JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
except improvements to the mouse handling this is already nearly feature complete
authorAnselm R. Garbe <garbeam@wmii.de>
Thu, 13 Jul 2006 19:49:55 +0000 (21:49 +0200)
committerAnselm R. Garbe <garbeam@wmii.de>
Thu, 13 Jul 2006 19:49:55 +0000 (21:49 +0200)
client.c

index 3fb2318..b2318ab 100644 (file)
--- a/client.c
+++ b/client.c
@@ -60,8 +60,13 @@ max(Arg *arg)
 void
 view(Arg *arg)
 {
+       Client *c;
+
        tsel = arg->i;
        arrange(NULL);
+
+       for(c = clients; c; c = next(c->next))
+               draw_client(c);
 }
 
 void