Revert "Remove useless map in client_remove"

This reverts commit 12957b473d987486f1be330fb209dab9f42edc4a.
This commit is contained in:
Martin Duquesnoy 2012-02-11 00:26:44 +01:00
parent 12957b473d
commit 399fded639

View File

@ -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);