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 | 146bc23c118c40c26df7f2e96b46100649673fc7 (diff) |
cleaned up
Diffstat (limited to 'dinput.c')
-rw-r--r-- | dinput.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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(); |