reviewed client.c
bda53ac6
1 file(s) · +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 |