aewl

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 diff
     1.1 --- a/draw.c	Tue Jul 18 08:18:54 2006 +0200
     1.2 +++ b/draw.c	Tue Jul 18 11:38:31 2006 +0200
     1.3 @@ -97,7 +97,7 @@
     1.4  {
     1.5  	Client *c;
     1.6  
     1.7 -	for(c = clients; c; c = getnext(c->next))
     1.8 +	for(c = clients; c; c = getnext(c->next, tsel))
     1.9  		drawtitle(c);
    1.10  	drawstatus();
    1.11  }