1 2 3 4 5 6 7 8
#ifndef WLR_X11_H #define WLR_X11_H struct wlr_x11_backend { struct wlr_backend backend; }; #endif