Make conn_screen available outside of main()
Will be used in other parts of the code for startup notification
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user