removed all dotile checks

This commit is contained in:
arg@mmvi
2006-09-22 18:48:35 +02:00
parent 114cc3ec02
commit cff951c650
2 changed files with 4 additions and 4 deletions

2
draw.c
View File

@ -104,7 +104,7 @@ drawstatus() {
}
dc.w = bmw;
drawtext(arrange == dotile ? TILESYMBOL : FLOATSYMBOL, dc.status, False);
drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False);
x = dc.x + dc.w;
dc.w = textw(stext);