all repos — openbox @ 18c2737a2fb3b3c85623dae5d2265d3a97c347e8

openbox fork - make it a bit more like ryudo

add a comment
Dana Jansens danakj@orodu.net
commit

18c2737a2fb3b3c85623dae5d2265d3a97c347e8

parent

d59f0d67b0a6f3a7eed2753875691e78c08c632c

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

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

@@ -911,6 +911,9 @@ }

if (menu_frame_visible == NULL) { /* no menus shown yet */ + + /* grab the pointer in such a way as to pass through "owner events" + so that we can get enter/leave notifies in the menu. */ if (!grab_pointer(TRUE, TRUE, OB_CURSOR_POINTER)) return FALSE; if (!grab_keyboard(TRUE)) {