summaryrefslogtreecommitdiff
path: root/openbox/menuframe.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2011-10-14 20:48:54 -0400
committerDana Jansens <danakj@orodu.net>2012-09-30 15:00:14 -0400
commitefc9d9708e3e746a9744a6175a4d3a1259d69991 (patch)
tree245e3b9178b57cffdc84f071f54db570d7e1276b /openbox/menuframe.c
parent8f988b2bef5af05f0b5cddbc11b05c833158df5a (diff)
Select the menu item under the mouse when the mouse is moved (Fix bug 5237)
Diffstat (limited to 'openbox/menuframe.c')
-rw-r--r--openbox/menuframe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c
index 4887173b..b49a221b 100644
--- a/openbox/menuframe.c
+++ b/openbox/menuframe.c
@@ -38,7 +38,8 @@
#define FRAME_EVENTMASK (ButtonPressMask |ButtonMotionMask | EnterWindowMask |\
LeaveWindowMask)
#define ENTRY_EVENTMASK (EnterWindowMask | LeaveWindowMask | \
- ButtonPressMask | ButtonReleaseMask)
+ ButtonPressMask | ButtonReleaseMask | \
+ PointerMotionMask)
GList *menu_frame_visible;
GHashTable *menu_frame_map;