diff options
| author | Dana Jansens <danakj@orodu.net> | 2011-10-14 20:48:54 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2012-09-30 15:00:14 -0400 |
| commit | efc9d9708e3e746a9744a6175a4d3a1259d69991 (patch) | |
| tree | 245e3b9178b57cffdc84f071f54db570d7e1276b /openbox/menuframe.h | |
| parent | 8f988b2bef5af05f0b5cddbc11b05c833158df5a (diff) | |
Select the menu item under the mouse when the mouse is moved (Fix bug 5237)
Diffstat (limited to 'openbox/menuframe.h')
| -rw-r--r-- | openbox/menuframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 44c02562..2d7a2ae0 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -121,7 +121,7 @@ void menu_frame_move_on_screen(ObMenuFrame *self, gint x, gint y, gint *dx, gint *dy); gboolean menu_frame_show_topmenu(ObMenuFrame *self, gint x, gint y, - gint button); + gboolean mouse); gboolean menu_frame_show_submenu(ObMenuFrame *self, ObMenuFrame *parent, ObMenuEntryFrame *parent_entry); |
