except improvements to the mouse handling this is already nearly feature complete
86d98514
1 file(s) · +5 −0
| 60 | 60 | void |
|
| 61 | 61 | view(Arg *arg) |
|
| 62 | 62 | { |
|
| 63 | + | Client *c; |
|
| 64 | + | ||
| 63 | 65 | tsel = arg->i; |
|
| 64 | 66 | arrange(NULL); |
|
| 67 | + | ||
| 68 | + | for(c = clients; c; c = next(c->next)) |
|
| 69 | + | draw_client(c); |
|
| 65 | 70 | } |
|
| 66 | 71 | ||
| 67 | 72 | void |