changeset 472:298be2d65d2e
reviewed client.c
author |
arg@mmvi |
date |
Wed, 20 Sep 2006 09:53:21 +0200 |
parents |
740c4bfc3124 |
children |
2d8af0d7920d |
files |
client.c |
diffstat |
1 files changed, 1 insertions(+), 0 deletions(-)
[+]
|
line diff
1.1 --- a/client.c Wed Sep 20 09:49:32 2006 +0200
1.2 +++ b/client.c Wed Sep 20 09:53:21 2006 +0200
1.3 @@ -408,6 +408,7 @@
1.4 unmanage(Client *c) {
1.5 Client *nc;
1.6
1.7 + /* The server grab construct avoids race conditions. */
1.8 XGrabServer(dpy);
1.9 XSetErrorHandler(xerrordummy);
1.10