client.c
changeset 472 298be2d65d2e
parent 465 590575d080fe
child 473 2d8af0d7920d
equal deleted inserted replaced
471:740c4bfc3124 472:298be2d65d2e
   406 
   406 
   407 void
   407 void
   408 unmanage(Client *c) {
   408 unmanage(Client *c) {
   409 	Client *nc;
   409 	Client *nc;
   410 
   410 
       
   411 	/* The server grab construct avoids race conditions. */
   411 	XGrabServer(dpy);
   412 	XGrabServer(dpy);
   412 	XSetErrorHandler(xerrordummy);
   413 	XSetErrorHandler(xerrordummy);
   413 
   414 
   414 	detach(c);
   415 	detach(c);
   415 	detachstack(c);
   416 	detachstack(c);