1
0
mirror of https://github.com/pikami/dwm.git synced 2025-08-29 07:13:24 +01:00

except improvements to the mouse handling this is already nearly feature complete

This commit is contained in:
Anselm R. Garbe 2006-07-13 21:49:55 +02:00
parent 66da15324e
commit 86d9851427

@ -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