diff options
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(); |