JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
committed a patch which fixes the hints of Jukka
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index 0c920e5..4f8594c 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();
 }