summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-25 01:33:20 +0000
committerDana Jansens <danakj@orodu.net>2007-04-25 01:33:20 +0000
commit5d5be2ba2a6e0b3886e0076475ed9d7a2d4ac9ab (patch)
treec36d6e8f7fa5faadfb56c03e63d45b334ed182ba /openbox/menuframe.h
parent138d3e38d88dbcb1426bd1eb0cd8c43dd01777ad (diff)
add keyboard shortcuts to the menus. you can specify the shortcut key with & even in root menu and stuff
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index 016700a7..4cd27d37 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -124,7 +124,8 @@ void menu_frame_hide(ObMenuFrame *self);
void menu_frame_hide_all();
void menu_frame_hide_all_client(struct _ObClient *client);
-void menu_frame_select(ObMenuFrame *self, ObMenuEntryFrame *entry);
+void menu_frame_select(ObMenuFrame *self, ObMenuEntryFrame *entry,
+ gboolean immediate);
void menu_frame_select_previous(ObMenuFrame *self);
void menu_frame_select_next(ObMenuFrame *self);