dwm-meillo

diff main.c @ 362:ba6c55e1b9b2

trying a different configuration
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 25 Aug 2006 15:48:44 +0200
parents 175045ce7537
children 052657ff2e7b
line diff
     1.1 --- a/main.c	Fri Aug 25 15:37:00 2006 +0200
     1.2 +++ b/main.c	Fri Aug 25 15:48:44 2006 +0200
     1.3 @@ -19,8 +19,8 @@
     1.4  
     1.5  char stext[1024];
     1.6  Bool *seltag;
     1.7 -int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
     1.8 -unsigned int ntags, numlockmask, modew;
     1.9 +int bx, by, bw, bh, bmw, mw, screen, sx, sy, sw, sh;
    1.10 +unsigned int ntags, numlockmask;
    1.11  Atom wmatom[WMLast], netatom[NetLast];
    1.12  Bool running = True;
    1.13  Bool issel = True;
    1.14 @@ -129,7 +129,7 @@
    1.15  	dc.status[ColFG] = getcolor(STATUSFGCOLOR);
    1.16  	setfont(FONT);
    1.17  
    1.18 -	modew = textw(FLOATSYMBOL) > textw(TILESYMBOL) ? textw(FLOATSYMBOL) : textw(TILESYMBOL);
    1.19 +	bmw = textw(FLOATSYMBOL) > textw(TILESYMBOL) ? textw(FLOATSYMBOL) : textw(TILESYMBOL);
    1.20  	sx = sy = 0;
    1.21  	sw = DisplayWidth(dpy, screen);
    1.22  	sh = DisplayHeight(dpy, screen);