summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index 7d719729..8c2ecd77 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -181,9 +181,11 @@ void menu_clear_pipe_caches(void);
void menu_show_all_shortcuts(ObMenu *self, gboolean show);
-void menu_show(gchar *name, gint x, gint y, gboolean mouse,
+void menu_show(gchar *name, const GravityPoint *pos, gint monitor,
+ gboolean mouse, gboolean user_positioned,
struct _ObClient *client);
gboolean menu_hide_delay_reached(void);
+void menu_hide_delay_reset(void);
/*! The show function is called right after a menu is shown */
void menu_set_show_func(ObMenu *menu, ObMenuShowFunc func);