X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/4688ad181da14be36e034918580ec0ce5968ffdb..0f8249f2629543c66ffa7b684a772fda08250a5d:/draw.c diff --git a/draw.c b/draw.c index 0c920e5..4ba5cd6 100644 --- a/draw.c +++ b/draw.c @@ -3,7 +3,6 @@ * See LICENSE file for license details. */ #include "dwm.h" - #include #include #include @@ -99,7 +98,7 @@ drawall() { Client *c; - for(c = clients; c; c = getnext(c->next, tsel)) + for(c = clients; c; c = getnext(c->next)) drawtitle(c); drawstatus(); }