cleaned up

This commit is contained in:
Connor Lane Smith
2010-06-23 13:49:24 +01:00
parent 146bc23c11
commit 2ec16d9cb2
3 changed files with 31 additions and 12 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();