X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=client.c;h=725f70bd5d07dc8879af37053845f964c4b22c8b;hp=33b3c564118d1ee61b4fb9bbda80653043de7434;hb=bda53ac6ad834824e8e5d5678ccd638a122c173a;hpb=423093256363aa3d8034bff5c2be38adb7e9cf25 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);