Selaa lähdekoodia

reviewed client.c

arg@mmvi 19 vuotta sitten
vanhempi
commit
bda53ac6ad
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      client.c

+ 1 - 0
client.c

@@ -408,6 +408,7 @@ void
 unmanage(Client *c) {
 	Client *nc;
 
+	/* The server grab construct avoids race conditions. */
 	XGrabServer(dpy);
 	XSetErrorHandler(xerrordummy);