draw.c
changeset 142 9b9deafa0508
parent 124 75576e44c1d8
child 164 21071ae1fe68
equal deleted inserted replaced
141:32cd156749d1 142:9b9deafa0508
    97 void
    97 void
    98 drawall()
    98 drawall()
    99 {
    99 {
   100 	Client *c;
   100 	Client *c;
   101 
   101 
   102 	for(c = clients; c; c = getnext(c->next, tsel))
   102 	for(c = clients; c; c = getnext(c->next))
   103 		drawtitle(c);
   103 		drawtitle(c);
   104 	drawstatus();
   104 	drawstatus();
   105 }
   105 }
   106 
   106 
   107 void
   107 void