]> git.armaanb.net Git - dwm.git/blobdiff - draw.c
committed a patch which fixes the hints of Jukka
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index 0c920e5d1c063d3b63b0874d309e8cd2c1416b50..4f8594c8701ada00b660f36a40bf157518ea02f8 100644 (file)
--- 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();
 }