X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/a9a5c6cc2d7d55ed7e556a4fe9d75307c6df2e84..e90b88e12a88d6214c00d5ee58ceb69446aa5ac4:/dmenu.c diff --git a/dmenu.c b/dmenu.c index 9278e91..1cfefcd 100644 --- a/dmenu.c +++ b/dmenu.c @@ -539,15 +539,16 @@ run(void) static void setup(void) { - int x, y; + int x, y, i = 0; + unsigned int du; XSetWindowAttributes swa; XIM xim; + Window w, dw, *dws; + XWindowAttributes wa; #ifdef XINERAMA XineramaScreenInfo *info; - Window w, pw, dw, *dws; - XWindowAttributes wa; - int a, j, di, n, i = 0, area = 0; - unsigned int du; + Window pw; + int a, j, di, n, area = 0; #endif /* init appearance */