X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/4688ad181da14be36e034918580ec0ce5968ffdb..52021851d1fd78970dfe63380d51b87f57d1ee1b:/draw.c?ds=sidebyside diff --git a/draw.c b/draw.c index 0c920e5..4f8594c 100644 --- a/draw.c +++ b/draw.c @@ -99,7 +99,7 @@ drawall() { Client *c; - for(c = clients; c; c = getnext(c->next, tsel)) + for(c = clients; c; c = getnext(c->next)) drawtitle(c); drawstatus(); }