aewl

diff draw.c @ 142:9b9deafa0508

committed a patch which fixes the hints of Jukka
author arg@10ksloc.org
date Tue, 01 Aug 2006 11:49:19 +0200
parents 75576e44c1d8
children 21071ae1fe68
line diff
     1.1 --- a/draw.c	Fri Jul 21 21:15:39 2006 +0200
     1.2 +++ b/draw.c	Tue Aug 01 11:49:19 2006 +0200
     1.3 @@ -99,7 +99,7 @@
     1.4  {
     1.5  	Client *c;
     1.6  
     1.7 -	for(c = clients; c; c = getnext(c->next, tsel))
     1.8 +	for(c = clients; c; c = getnext(c->next))
     1.9  		drawtitle(c);
    1.10  	drawstatus();
    1.11  }