renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me

This commit is contained in:
Anselm R. Garbe
2007-02-22 22:10:16 +01:00
parent 671442e89d
commit 338c083858
9 changed files with 63 additions and 63 deletions

2
draw.c

@ -81,7 +81,7 @@ drawstatus(void) {
dc.x = x;
if(sel) {
drawtext(sel->name, dc.sel);
drawsquare(sel->ismax, sel->isuntiled, dc.sel);
drawsquare(sel->ismax, sel->isfloating, dc.sel);
}
else
drawtext(NULL, dc.norm);