reviewed client.c
This commit is contained in:
1
client.c
1
client.c
@ -408,6 +408,7 @@ void
|
|||||||
unmanage(Client *c) {
|
unmanage(Client *c) {
|
||||||
Client *nc;
|
Client *nc;
|
||||||
|
|
||||||
|
/* The server grab construct avoids race conditions. */
|
||||||
XGrabServer(dpy);
|
XGrabServer(dpy);
|
||||||
XSetErrorHandler(xerrordummy);
|
XSetErrorHandler(xerrordummy);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user