diff options
| -rw-r--r-- | client.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -408,6 +408,7 @@ void  unmanage(Client *c) {  	Client *nc; +	/* The server grab construct avoids race conditions. */  	XGrabServer(dpy);  	XSetErrorHandler(xerrordummy); | 
