dwm-meillo
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 diff
1.1 --- a/draw.c Thu Oct 05 18:23:28 2006 +0200 1.2 +++ b/draw.c Thu Oct 05 19:27:28 2006 +0200 1.3 @@ -104,9 +104,7 @@ 1.4 } 1.5 1.6 dc.w = bmw; 1.7 - drawtext(arrange == dofloat ? 1.8 - FLOATSYMBOL : stackpos == StackBottom ? 1.9 - BSTACKSYMBOL : VSTACKSYMBOL, dc.status, False); 1.10 + drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False); 1.11 1.12 x = dc.x + dc.w; 1.13 dc.w = textw(stext);