commit - a280bdad1f16943a70eaff086852d3b11043b060
commit + e90b88e12a88d6214c00d5ee58ceb69446aa5ac4
blob - 9278e916f6e4f6079e5c05b8abec274c457b394f
blob + 1cfefcd5543e495dfe5c55309ac9666189cf3fb0
--- dmenu.c
+++ dmenu.c
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 */