summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 8ac4bd5..8d057f2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -32,6 +32,10 @@
static void init_screen (screen_info *s, int screen_num);
+int rat_x;
+int rat_y;
+int rat_visible = 1; /* rat is visible by default */
+
Atom wm_state;
Atom wm_change_state;
Atom wm_protocols;