Revert "Remove useless map in client_remove"
This reverts commit 12957b473d987486f1be330fb209dab9f42edc4a.
This commit is contained in:
parent
12957b473d
commit
399fded639
@ -1392,6 +1392,7 @@ client_remove(struct client *c)
|
||||
XGrabServer(W->dpy);
|
||||
XSetErrorHandler(wmfs_error_handler_dummy);
|
||||
|
||||
client_map(c);
|
||||
XReparentWindow(W->dpy, c->win, W->root, c->rgeo.x, c->rgeo.y);
|
||||
|
||||
client_untab(c);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user