dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: bda53ac6ad834824e8e5d5678ccd638a122c173a
Parent: 423093256363aa3d8034bff5c2be38adb7e9cf25
Author: arg@mmvi
Date:   Wed, 20 Sep 2006 09:53:21 +0200

reviewed client.c
Diffstat:
Mclient.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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);