mirror of
https://github.com/pikami/dwm.git
synced 2025-07-28 15:43:38 +01:00
reviewed client.c
This commit is contained in:
parent
4230932563
commit
bda53ac6ad
1
client.c
1
client.c
@ -408,6 +408,7 @@ void
|
|||||||
unmanage(Client *c) {
|
unmanage(Client *c) {
|
||||||
Client *nc;
|
Client *nc;
|
||||||
|
|
||||||
|
/* The server grab construct avoids race conditions. */
|
||||||
XGrabServer(dpy);
|
XGrabServer(dpy);
|
||||||
XSetErrorHandler(xerrordummy);
|
XSetErrorHandler(xerrordummy);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user