draw.c
changeset 142 9b9deafa0508
parent 124 75576e44c1d8
child 164 21071ae1fe68
--- a/draw.c	Fri Jul 21 21:15:39 2006 +0200
+++ b/draw.c	Tue Aug 01 11:49:19 2006 +0200
@@ -99,7 +99,7 @@
 {
 	Client *c;
 
-	for(c = clients; c; c = getnext(c->next, tsel))
+	for(c = clients; c; c = getnext(c->next))
 		drawtitle(c);
 	drawstatus();
 }