From 338c0838580b32f1258a800392d93cf973baf1e6 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 22 Feb 2007 22:10:16 +0100 Subject: renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me --- draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw.c') diff --git a/draw.c b/draw.c index 58f3998..e0a93fe 100644 --- a/draw.c +++ b/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); -- cgit v1.2.3-54-g00ecf