Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
cleaned up
[dmenu.git]
/
dinput.c
diff --git
a/dinput.c
b/dinput.c
index
f2b504a
..
d8f2515
100644
(file)
--- 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();