draw.c
changeset 93 c498da7520c7
parent 84 052fe7498930
child 123 61490330e90a
equal deleted inserted replaced
92:4bee0aa5b286 93:c498da7520c7
    95 void
    95 void
    96 drawall()
    96 drawall()
    97 {
    97 {
    98 	Client *c;
    98 	Client *c;
    99 
    99 
   100 	for(c = clients; c; c = getnext(c->next))
   100 	for(c = clients; c; c = getnext(c->next, tsel))
   101 		drawtitle(c);
   101 		drawtitle(c);
   102 	drawstatus();
   102 	drawstatus();
   103 }
   103 }
   104 
   104 
   105 void
   105 void