summaryrefslogtreecommitdiff
path: root/xcb.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-01-03 20:56:05 +0000
committerMichael Stapelberg <michael@stapelberg.de>2012-01-03 20:56:05 +0000
commit57585bef70d82b82b8f5a4b1a7eed2d2db7fa8c9 (patch)
tree8b675bc9ff512908bdfa3970bc28cbe382b7e904 /xcb.c
parent009a0b1a519cd20a80471f98e50afd7743515729 (diff)
Refactor the unlock indicator into its own source code file
Diffstat (limited to 'xcb.c')
-rw-r--r--xcb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xcb.c b/xcb.c
index 65493a3..d27b98c 100644
--- a/xcb.c
+++ b/xcb.c
@@ -20,6 +20,9 @@
#include "cursors.h"
+xcb_connection_t *conn;
+xcb_screen_t *screen;
+
#define curs_invisible_width 8
#define curs_invisible_height 8