reviewed client.c bda53ac6
arg@mmvi · 2006-09-20 09:53 1 file(s) · +1 −0
client.c +1 −0
408 408
unmanage(Client *c) {
409 409
	Client *nc;
410 410
411 +
	/* The server grab construct avoids race conditions. */
411 412
	XGrabServer(dpy);
412 413
	XSetErrorHandler(xerrordummy);
413 414