#include #include typedef struct xenon_window { Window window; struct xenon_window* next; } xenon_window;