diff -r 529901e6a227 -r a64602deac83 client.c --- a/client.c Thu Jul 13 21:42:17 2006 +0200 +++ b/client.c Thu Jul 13 21:49:55 2006 +0200 @@ -60,8 +60,13 @@ void view(Arg *arg) { + Client *c; + tsel = arg->i; arrange(NULL); + + for(c = clients; c; c = next(c->next)) + draw_client(c); } void