Explorar el Código

reviewed client.c

arg@mmvi hace 19 años
padre
commit
bda53ac6ad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);