comparison client.c @ 472:298be2d65d2e

reviewed client.c
author arg@mmvi
date Wed, 20 Sep 2006 09:53:21 +0200
parents 590575d080fe
children 2d8af0d7920d
comparison
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);