diff options
| author | 2010-06-23 13:49:24 +0100 | |
|---|---|---|
| committer | 2010-06-23 13:49:24 +0100 | |
| commit | 2ec16d9cb2661c834e346b4cdef29449ddc2f29c (patch) | |
| tree | bdb51334d4e2302489bc719e0ea584f49acdf815 /dinput.c | |
| parent | cleaned up (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(); |
