JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed all dotile checks
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index e8ee08d..65a3d51 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -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);