]> git.sur5r.net Git - i3/i3/blob - i3.h
d2453f47d679685abae82f7435f38b6ccd4dcc74
[i3/i3] / i3.h
1 #include <xcb/xcb.h>
2 #include <xcb/xcb_event.h>
3
4 #include <X11/XKBlib.h>
5
6 #include "queue.h"
7
8 #ifndef _I3_H
9 #define _I3_H
10
11 extern Display *xkbdpy;
12 extern TAILQ_HEAD(bindings_head, Binding) bindings;
13 extern xcb_event_handlers_t evenths;
14 extern char *pattern;
15 extern char **environment;
16 extern int num_screens;
17
18 #endif