Mercurial > dwm-meillo
diff draw.c @ 516:e5f8d6ac509c
added symbols for different modes
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 29 Sep 2006 18:08:20 +0200 |
parents | 3a812750f983 |
children | 6cad48068e4c |
line wrap: on
line diff
--- a/draw.c Fri Sep 29 17:25:49 2006 +0200 +++ b/draw.c Fri Sep 29 18:08:20 2006 +0200 @@ -104,7 +104,9 @@ } dc.w = bmw; - drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False); + drawtext(arrange == dofloat ? + FLOATSYMBOL : stackpos == StackBottom ? + BSTACKSYMBOL : VSTACKSYMBOL, dc.status, False); x = dc.x + dc.w; dc.w = textw(stext);