X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=draw.c;h=58f3998198308d5699987633515cf87b43d93f61;hb=5a13632afb970ce78957f9f80c9d3a4e4b55d5d1;hp=8c9b8e8bd8191ae292393a206a5c92ad9fe6fbbe;hpb=84432e6b36caee444f9e1cd2526b96b288655375;p=dwm.git diff --git a/draw.c b/draw.c index 8c9b8e8..58f3998 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->isversatile, dc.sel); + drawsquare(sel->ismax, sel->isuntiled, dc.sel); } else drawtext(NULL, dc.norm);