]> git.armaanb.net Git - dmenu.git/commitdiff
Xinerama: correct variable declarations in preprocessor conditional
authorThomas Gardner <tmg@fastmail.com>
Fri, 25 Nov 2016 12:38:09 +0000 (22:38 +1000)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 25 Nov 2016 13:21:40 +0000 (14:21 +0100)
dmenu.c

diff --git a/dmenu.c b/dmenu.c
index 9278e916f6e4f6079e5c05b8abec274c457b394f..1cfefcd5543e495dfe5c55309ac9666189cf3fb0 100644 (file)
--- 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 */