Remove XSync in client_remove
This commit is contained in:
parent
3b06e2ba8f
commit
4bcd7db1ea
@ -1408,7 +1408,6 @@ client_remove(struct client *c)
|
||||
ewmh_set_wm_state(c->win, WithdrawnState);
|
||||
|
||||
XUngrabServer(W->dpy);
|
||||
XSync(W->dpy, False);
|
||||
XSetErrorHandler(wmfs_error_handler);
|
||||
|
||||
free(c);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user