1 2 3 4 5 6 7 8 9 10
#ifndef STATE_H_ #define STATE_H_ #include <wayland-client.h> typedef struct { struct wl_display* display; struct wl_surface* surface; } client_state; #endif // STATE_H_