aboutsummaryrefslogtreecommitdiff
path: root/dinput.c
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-06-23 13:49:24 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-06-23 13:49:24 +0100
commit2ec16d9cb2661c834e346b4cdef29449ddc2f29c (patch)
treebdb51334d4e2302489bc719e0ea584f49acdf815 /dinput.c
parent146bc23c118c40c26df7f2e96b46100649673fc7 (diff)
downloaddmenu-2ec16d9cb2661c834e346b4cdef29449ddc2f29c.tar.gz
dmenu-2ec16d9cb2661c834e346b4cdef29449ddc2f29c.tar.bz2
dmenu-2ec16d9cb2661c834e346b4cdef29449ddc2f29c.zip
cleaned up
Diffstat (limited to 'dinput.c')
-rw-r--r--dinput.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dinput.c b/dinput.c
index f2b504a..d8f2515 100644
--- a/dinput.c
+++ b/dinput.c
@@ -43,6 +43,12 @@ static unsigned int numlockmask = 0;
static Bool running = True;
static Window win;
+Display *dpy;
+DC dc;
+int screen;
+unsigned int mw, mh;
+Window parent;
+
void
cleanup(void) {
drawcleanup();