#ifndef DISPLAY_H #define DISPLAY_H #include #include #include struct Display { xcb_connection_t *c; xcb_screen_t *screen; }; #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) #endif // DISPLAY_H