X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dinput.c;fp=dinput.c;h=d8f2515922b1dbda51d5ba4dc8c1cb9f608ac0b4;hb=2ec16d9cb2661c834e346b4cdef29449ddc2f29c;hp=f2b504aa4e1fdc52ddcead24bb381065d80cd278;hpb=146bc23c118c40c26df7f2e96b46100649673fc7;p=dmenu.git 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();