summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-19 20:58:10 +0000
committerDana Jansens <danakj@orodu.net>2007-05-19 20:58:10 +0000
commit83da4ec9398d197f39461cd7305163b2676840c8 (patch)
tree6c31a2cac15d607198558d87627fbc23564b71d8 /openbox/menuframe.h
parentea272a93efe26bb6c0b0d9278cee4a67cc9c872e (diff)
fix escape's behavior in menus. make static stuff that shouldnt be used by others
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index 4f896ec8..e1f4b15b 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -128,7 +128,6 @@ gboolean menu_frame_show_topmenu(ObMenuFrame *self, gint x, gint y,
gint button);
gboolean menu_frame_show_submenu(ObMenuFrame *self, ObMenuFrame *parent,
ObMenuEntryFrame *parent_entry);
-void menu_frame_hide(ObMenuFrame *self);
void menu_frame_hide_all();
void menu_frame_hide_all_client(struct _ObClient *client);