X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/595e7976601fc77acf12015d3f5f6843e2cdd706..6efe1932be9425896c34f54501a6194286dd0503:/dinput.c?ds=sidebyside 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();