all repos — dwm @ bda53ac6ad834824e8e5d5678ccd638a122c173a

my dwm build

reviewed client.c
arg@mmvi unknown
Wed, 20 Sep 2006 09:53:21 +0200
commit

bda53ac6ad834824e8e5d5678ccd638a122c173a

parent

423093256363aa3d8034bff5c2be38adb7e9cf25

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M client.cclient.c

@@ -408,6 +408,7 @@ void

unmanage(Client *c) { Client *nc; + /* The server grab construct avoids race conditions. */ XGrabServer(dpy); XSetErrorHandler(xerrordummy);