dwm-meillo

diff main.c @ 530:451f19d48845

removed the stack position stuff
author Anselm R. Garbe <arg@10kloc.org>
date Thu, 05 Oct 2006 19:27:28 +0200
parents 1a9a0877650c
children 651f2c868b31
line diff
     1.1 --- a/main.c	Thu Oct 05 18:23:28 2006 +0200
     1.2 +++ b/main.c	Thu Oct 05 19:27:28 2006 +0200
     1.3 @@ -129,10 +129,7 @@
     1.4  	dc.status[ColFG] = getcolor(STATUSFGCOLOR);
     1.5  	setfont(FONT);
     1.6   
     1.7 -	bmw = textw(VSTACKSYMBOL) > textw(BSTACKSYMBOL) ?
     1.8 -		textw(VSTACKSYMBOL) : textw(BSTACKSYMBOL);
     1.9 -	bmw = bmw > textw(FLOATSYMBOL) ?
    1.10 -		bmw : textw(FLOATSYMBOL);
    1.11 +	bmw = textw(TILESYMBOL) > textw(FLOATSYMBOL) ?  textw(TILESYMBOL) : textw(FLOATSYMBOL);
    1.12  	sx = sy = 0;
    1.13  	sw = DisplayWidth(dpy, screen);
    1.14  	sh = DisplayHeight(dpy, screen);