diff options
author | Connor Lane Smith <cls@lubutu.com> | 2010-06-23 13:49:24 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2010-06-23 13:49:24 +0100 |
commit | 2ec16d9cb2661c834e346b4cdef29449ddc2f29c (patch) | |
tree | bdb51334d4e2302489bc719e0ea584f49acdf815 /dinput.c | |
parent | cleaned up (diff) | |
download | dmenu-2ec16d9cb2661c834e346b4cdef29449ddc2f29c.tar.gz dmenu-2ec16d9cb2661c834e346b4cdef29449ddc2f29c.tar.bz2 dmenu-2ec16d9cb2661c834e346b4cdef29449ddc2f29c.zip |
cleaned up
Diffstat (limited to 'dinput.c')
-rw-r--r-- | dinput.c | 6 |
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(); |