]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
Select the menu item under the mouse when the mouse is moved (Fix bug 5237)
[chaz/openbox] / openbox / menuframe.c
index 4887173b40c04ed1e8592011b38f2d4c9ed01e4b..b49a221beeab41e20a60f52f152aad8b050404a4 100644 (file)
@@ -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;
This page took 0.019905 seconds and 4 git commands to generate.