diff options
Diffstat (limited to 'openbox/menuframe.h')
| -rw-r--r-- | openbox/menuframe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 64dcd597..780290ba 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -121,7 +121,8 @@ void menu_frame_move_on_screen(ObMenuFrame *self, gint x, gint y, gint *dx, gint *dy); gboolean menu_frame_show_topmenu(ObMenuFrame *self, GravityPoint pos, - gint monitor, gboolean mouse); + gint monitor, gboolean mouse, + gboolean user_positioned); gboolean menu_frame_show_submenu(ObMenuFrame *self, ObMenuFrame *parent, ObMenuEntryFrame *parent_entry); |
