From 10885d349a8426f0a55f34e78a2592267e8e55be Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 5 Oct 2006 19:27:28 +0200 Subject: removed the stack position stuff --- main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 53a7c3c..b627e51 100644 --- a/main.c +++ b/main.c @@ -129,10 +129,7 @@ setup(void) { 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); -- cgit v1.2.3