aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-10-05 19:27:28 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-10-05 19:27:28 +0200
commit10885d349a8426f0a55f34e78a2592267e8e55be (patch)
tree6116c68fcc3ff6efbeb5c398d15e3ff5f2028930 /draw.c
parent1c1d09f3e9eb18175f48bcc212d07684577ba4a6 (diff)
downloaddwm-10885d349a8426f0a55f34e78a2592267e8e55be.tar.zst
removed the stack position stuff
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c4
1 files changed, 1 insertions, 3 deletions
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);