mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
revert just the 'race fix'; more works needs to be ironed out with
events and state. agreed by oga
This commit is contained in:
parent
ec8e6052ba
commit
399253a4ff
@ -68,7 +68,7 @@ xev_handle_unmapnotify(struct xevent *xev, XEvent *ee)
|
|||||||
struct client_ctx *cc;
|
struct client_ctx *cc;
|
||||||
|
|
||||||
if ((cc = client_find(e->window)) != NULL)
|
if ((cc = client_find(e->window)) != NULL)
|
||||||
client_hide(cc);
|
client_delete(cc, e->send_event, 0);
|
||||||
|
|
||||||
xev_register(xev);
|
xev_register(xev);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user