Mercurial > dwm-meillo
comparison 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 |
comparison
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 |