mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +03:00
removed ignoring SubstructureNotify suppressing on configure_client (learned this in gridwm)
This commit is contained in:
parent
4f13adf6fd
commit
407ec20d14
@ -235,9 +235,8 @@ configure_client(Client *c)
|
||||
e.border_width = c->border;
|
||||
e.above = None;
|
||||
e.override_redirect = False;
|
||||
XSelectInput(blz.dpy, c->win, CLIENT_MASK & ~StructureNotifyMask);
|
||||
XSendEvent(blz.dpy, c->win, False, StructureNotifyMask, (XEvent *) & e);
|
||||
XSelectInput(blz.dpy, c->win, CLIENT_MASK);
|
||||
XSendEvent(blz.dpy, c->win, False,
|
||||
StructureNotifyMask, (XEvent *) & e);
|
||||
XSync(blz.dpy, False);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user