diff draw.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 6cad48068e4c
children 651f2c868b31
line wrap: on
line diff
--- a/draw.c	Thu Oct 05 18:23:28 2006 +0200
+++ b/draw.c	Thu Oct 05 19:27:28 2006 +0200
@@ -104,9 +104,7 @@
 	}
 
 	dc.w = bmw;
-	drawtext(arrange == dofloat ?
-		FLOATSYMBOL : stackpos == StackBottom ?
-			BSTACKSYMBOL : VSTACKSYMBOL, dc.status, False);
+	drawtext(arrange == dofloat ?  FLOATSYMBOL : TILESYMBOL, dc.status, False);
 
 	x = dc.x + dc.w;
 	dc.w = textw(stext);