X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=client.c;h=b2318ab4618794e00a1de612bec7c477537b8f09;hp=3fb2318bfa064998e5e304d053200223820e5c1b;hb=86d9851427710ca0f3ab95ae9b6c20361b56e516;hpb=66da15324eef4f85c6dda13eba80430dc4cc97bb diff --git a/client.c b/client.c index 3fb2318..b2318ab 100644 --- 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