#ifndef BACKEND_MULTI_H #define BACKEND_MULTI_H #include #include #include #include struct wlr_multi_backend { struct wlr_backend backend; struct wl_list backends; }; #endif