X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=draw.c;h=4f8594c8701ada00b660f36a40bf157518ea02f8;hb=937cabfa0aad7eef6d25e9d142a478163de200c5;hp=0c920e5d1c063d3b63b0874d309e8cd2c1416b50;hpb=4688ad181da14be36e034918580ec0ce5968ffdb;p=dwm.git 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(); }