all repos — openbox @ 793099ce575a3723ab8221028bca5762396fcb2b

openbox fork - make it a bit more like ryudo

dont ignore all Virtual pointer events
Dana Jansens danakj@orodu.net
commit

793099ce575a3723ab8221028bca5762396fcb2b

parent

1923939bba3c1b2590d14adf01b667eee40fa8cf

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -308,7 +308,8 @@ caused, like when lowering a window */

/* NotifyVirtual occurs when ungrabbing the pointer */ if (e->xcrossing.mode == NotifyGrab || e->xcrossing.detail == NotifyInferior || - e->xcrossing.detail == NotifyVirtual) + (e->xcrossing.mode == NotifyUngrab && + e->xcrossing.detail == NotifyVirtual)) return TRUE; break; }