except improvements to the mouse handling this is already nearly feature complete
This commit is contained in:
5
client.c
5
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
|
||||
|
Reference in New Issue
Block a user