summaryrefslogtreecommitdiff
path: root/drawable.c
blob: 4691ca45e33d32cef4a4164dccb69f88eeae2192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <X11/Xlib.h>
#include <string.h>

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