Mercurial > aewl
comparison 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 |
comparison
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 |