all repos — openbox @ 6fbeeb8032e623492b9af37f16d8dbf9ad13df5e

openbox fork - make it a bit more like ryudo

don't hover buttons while the pointer is grabbed
Dana Jansens danakj@orodu.net
commit

6fbeeb8032e623492b9af37f16d8dbf9ad13df5e

parent

50a0bf090b76a8fa6f9528365a3854a7657f96ff

1 files changed, 4 insertions(+), 0 deletions(-)

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

@@ -823,6 +823,10 @@ }

} break; case MotionNotify: + /* when there is a grab on the pointer, we won't get enter/leave + notifies, but we still get motion events */ + if (grab_on_pointer()) break; + con = frame_context(client, e->xmotion.window, e->xmotion.x, e->xmotion.y); switch (con) {