Mercurial > 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 wrap: on
line diff
--- a/main.c Thu Oct 05 18:23:28 2006 +0200 +++ b/main.c Thu Oct 05 19:27:28 2006 +0200 @@ -129,10 +129,7 @@ dc.status[ColFG] = getcolor(STATUSFGCOLOR); setfont(FONT); - bmw = textw(VSTACKSYMBOL) > textw(BSTACKSYMBOL) ? - textw(VSTACKSYMBOL) : textw(BSTACKSYMBOL); - bmw = bmw > textw(FLOATSYMBOL) ? - bmw : textw(FLOATSYMBOL); + bmw = textw(TILESYMBOL) > textw(FLOATSYMBOL) ? textw(TILESYMBOL) : textw(FLOATSYMBOL); sx = sy = 0; sw = DisplayWidth(dpy, screen); sh = DisplayHeight(dpy, screen);