diff options
-rw-r--r-- | dmenu.c | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -539,15 +539,16 @@ run(void) | |||
539 | static void | 539 | static void |
540 | setup(void) | 540 | setup(void) |
541 | { | 541 | { |
542 | int x, y; | 542 | int x, y, i = 0; |
543 | unsigned int du; | ||
543 | XSetWindowAttributes swa; | 544 | XSetWindowAttributes swa; |
544 | XIM xim; | 545 | XIM xim; |
546 | Window w, dw, *dws; | ||
547 | XWindowAttributes wa; | ||
545 | #ifdef XINERAMA | 548 | #ifdef XINERAMA |
546 | XineramaScreenInfo *info; | 549 | XineramaScreenInfo *info; |
547 | Window w, pw, dw, *dws; | 550 | Window pw; |
548 | XWindowAttributes wa; | 551 | int a, j, di, n, area = 0; |
549 | int a, j, di, n, i = 0, area = 0; | ||
550 | unsigned int du; | ||
551 | #endif | 552 | #endif |
552 | 553 | ||
553 | /* init appearance */ | 554 | /* init appearance */ |