summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-10-20 17:39:03 +0000
committersabetts <sabetts>2000-10-20 17:39:03 +0000
commitc32146268b261c8b2296427f476c4c1aa9e17bc7 (patch)
tree7334c8d0e0827b069209e457ccf461f08e25f128 /src/main.c
parente4d6a91e68beae9112624c6d1320b8c7c1119917 (diff)
downloadratpoison-c32146268b261c8b2296427f476c4c1aa9e17bc7.zip
added initial support for hiding the rat on key events
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;