do* has no Arg arument anymore (never called directly)
This commit is contained in:
parent
6651dd7fd9
commit
5983c00b95
5 changed files with 18 additions and 18 deletions
4
client.c
4
client.c
|
@ -246,7 +246,7 @@ manage(Window w, XWindowAttributes *wa) {
|
|||
XMapWindow(dpy, c->twin);
|
||||
if(isvisible(c))
|
||||
focus(c);
|
||||
arrange(NULL);
|
||||
arrange();
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -393,5 +393,5 @@ unmanage(Client *c) {
|
|||
XSync(dpy, False);
|
||||
XSetErrorHandler(xerror);
|
||||
XUngrabServer(dpy);
|
||||
arrange(NULL);
|
||||
arrange();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue