added symbols for different modes

This commit is contained in:
Anselm R. Garbe
2006-09-29 18:08:20 +02:00
parent 010fd21b20
commit dddd58a8cd
4 changed files with 13 additions and 6 deletions

4
draw.c
View File

@ -104,7 +104,9 @@ drawstatus(void) {
}
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);