revert just the 'race fix'; more works needs to be ironed out with

events and state.

agreed by oga
This commit is contained in:
okan 2009-01-16 16:49:17 +00:00
parent ec8e6052ba
commit 399253a4ff

View File

@ -68,7 +68,7 @@ xev_handle_unmapnotify(struct xevent *xev, XEvent *ee)
struct client_ctx *cc;
if ((cc = client_find(e->window)) != NULL)
client_hide(cc);
client_delete(cc, e->send_event, 0);
xev_register(xev);
}