# HG changeset patch # User Anselm R. Garbe # Date 1152820195 -7200 # Node ID a64602deac8330a18dc2db6b7c90261a9af2bc9c # Parent 529901e6a227bda98c21c29d138a127ccc50faf6 except improvements to the mouse handling this is already nearly feature complete 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