projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4230932
)
reviewed client.c
author
arg@mmvi
<unknown>
Wed, 20 Sep 2006 07:53:21 +0000
(09:53 +0200)
committer
arg@mmvi
<unknown>
Wed, 20 Sep 2006 07:53:21 +0000
(09:53 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 33b3c564118d1ee61b4fb9bbda80653043de7434..725f70bd5d07dc8879af37053845f964c4b22c8b 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-408,6
+408,7
@@
void
unmanage(Client *c) {
Client *nc;
+ /* The server grab construct avoids race conditions. */
XGrabServer(dpy);
XSetErrorHandler(xerrordummy);