From: arg@mmvi Date: Wed, 20 Sep 2006 07:53:21 +0000 (+0200) Subject: reviewed client.c X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=bda53ac6ad834824e8e5d5678ccd638a122c173a reviewed client.c --- diff --git a/client.c b/client.c index 33b3c56..725f70b 100644 --- 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);