]> git.sur5r.net Git - i3/i3/blob - include/i3.h
c9fc80ed90b0306076c408f3d48d706f9fb0a7c8
[i3/i3] / include / 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 int num_screens;
16
17 #endif