From 2ec16d9cb2661c834e346b4cdef29449ddc2f29c Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Wed, 23 Jun 2010 13:49:24 +0100 Subject: cleaned up --- dinput.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dinput.c') 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(); -- cgit v1.2.3