JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
prepared 0.3
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index b8cfffd..de4bdb0 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -97,7 +97,7 @@ drawall()
 {
        Client *c;
 
-       for(c = clients; c; c = getnext(c->next))
+       for(c = clients; c; c = getnext(c->next, tsel))
                drawtitle(c);
        drawstatus();
 }