another XSync
This commit is contained in:
parent
901b3ed9b7
commit
94f7c2707b
1 changed files with 1 additions and 0 deletions
1
client.c
1
client.c
|
@ -250,6 +250,7 @@ manage(Window w, XWindowAttributes *wa)
|
|||
ban(c);
|
||||
XMapRaised(dpy, c->win);
|
||||
XMapRaised(dpy, c->title);
|
||||
XSync(dpy, False);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue