draw.c
changeset 93 c498da7520c7
parent 84 052fe7498930
child 123 61490330e90a
--- a/draw.c	Tue Jul 18 08:18:54 2006 +0200
+++ b/draw.c	Tue Jul 18 11:38:31 2006 +0200
@@ -97,7 +97,7 @@
 {
 	Client *c;
 
-	for(c = clients; c; c = getnext(c->next))
+	for(c = clients; c; c = getnext(c->next, tsel))
 		drawtitle(c);
 	drawstatus();
 }