Make conn_screen available outside of main()

Will be used in other parts of the code for startup notification
This commit is contained in:
Michael Stapelberg
2011-10-09 18:19:31 +01:00
parent fb4b012013
commit 2a29d9c2c1
2 changed files with 5 additions and 3 deletions

View File

@ -20,6 +20,7 @@
#define _I3_H
extern xcb_connection_t *conn;
extern int conn_screen;
extern xcb_key_symbols_t *keysyms;
extern char **start_argv;
extern Display *xlibdpy, *xkbdpy;