reviewed client.c - dwm - My fork of dwm (frankenstein's monster)
(HTM) git clone git://git.drkhsh.at/dwm.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit bda53ac6ad834824e8e5d5678ccd638a122c173a
(DIR) parent 423093256363aa3d8034bff5c2be38adb7e9cf25
(HTM) Author: arg@mmvi <unknown>
Date: Wed, 20 Sep 2006 09:53:21 +0200
reviewed client.c
Diffstat:
M client.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git 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);