X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=draw.c;h=58f3998198308d5699987633515cf87b43d93f61;hb=587100873a66e34251041678504a8c1e28410591;hp=8c9b8e8bd8191ae292393a206a5c92ad9fe6fbbe;hpb=27b0595af72060d7cc406639b6c53a854f0a3590;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);