summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index 34041149..3a77ebf4 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -100,6 +100,6 @@ ObMenuEntryFrame* menu_entry_frame_under(gint x, gint y);
void menu_entry_frame_show_submenu(ObMenuEntryFrame *self);
-void menu_entry_frame_execute(ObMenuEntryFrame *self, gboolean hide);
+void menu_entry_frame_execute(ObMenuEntryFrame *self, guint state);
#endif