reviewed client.c

This commit is contained in:
arg@mmvi 2006-09-20 09:53:21 +02:00
parent 4230932563
commit bda53ac6ad

View File

@ -408,6 +408,7 @@ void
unmanage(Client *c) {
Client *nc;
/* The server grab construct avoids race conditions. */
XGrabServer(dpy);
XSetErrorHandler(xerrordummy);