summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-08 23:50:13 +0000
committerDana Jansens <danakj@orodu.net>2007-05-08 23:50:13 +0000
commit48d7045208e935da4cf8ac500f761fbfb934af77 (patch)
treea7615a22f17254df4da69ce8b4e7856d37bf48a5 /openbox/menuframe.h
parentc54cb4a83cbbe741a21c6a6cd468ef45a5537a85 (diff)
update the client menu when you do stuff without closing it.
but this means we can't use actions in it. oh well? can kill the desktop notifiers now too. yay for more obvious code paths.
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index 0ce96158..4f896ec8 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -133,6 +133,8 @@ void menu_frame_hide(ObMenuFrame *self);
void menu_frame_hide_all();
void menu_frame_hide_all_client(struct _ObClient *client);
+void menu_frame_render(ObMenuFrame *self);
+
void menu_frame_select(ObMenuFrame *self, ObMenuEntryFrame *entry,
gboolean immediate);
void menu_frame_select_previous(ObMenuFrame *self);