summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-28 07:34:03 +0000
committerDana Jansens <danakj@orodu.net>2003-08-28 07:34:03 +0000
commitf7eb47dba4b091b67a28404ce461b15dffcb4298 (patch)
treeb96cc34aa1565722889472d3b5e77bc7ae02af7a /openbox/menuframe.h
parentffba11aeb059bef0b4876eb6aad2a8a24e2db6f1 (diff)
make client-list-menu work too
more menu cleanups
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 8cfc837b..7c744fee 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -94,6 +94,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);
+void menu_entry_frame_execute(ObMenuEntryFrame *self, gboolean hide);
#endif