From 10885d349a8426f0a55f34e78a2592267e8e55be Mon Sep 17 00:00:00 2001
From: "Anselm R. Garbe" <arg@10kloc.org>
Date: Thu, 5 Oct 2006 19:27:28 +0200
Subject: removed the stack position stuff

---
 draw.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'draw.c')

diff --git a/draw.c b/draw.c
index bbcfadb..c5cd35b 100644
--- a/draw.c
+++ b/draw.c
@@ -104,9 +104,7 @@ drawstatus(void) {
 	}
 
 	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);
-- 
cgit v1.2.3