diff draw.c @ 93:c498da7520c7

added heretag command which allows to tag a client of a foreign tag with current tag
author Anselm R. Garbe <garbeam@wmii.de>
date Tue, 18 Jul 2006 11:38:31 +0200
parents 052fe7498930
children 61490330e90a
line wrap: on
line diff
--- 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();
 }