summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/menu.h b/apps/menu.h
index b5bab90981..a7bd1c1a73 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -61,6 +61,7 @@ struct menu_func {
61/* Flags for MT_FUNCTION_CALL */ 61/* Flags for MT_FUNCTION_CALL */
62#define MENU_FUNC_USEPARAM 0x80 62#define MENU_FUNC_USEPARAM 0x80
63#define MENU_FUNC_CHECK_RETVAL 0x100 63#define MENU_FUNC_CHECK_RETVAL 0x100
64#define MENU_FUNC_HOTKEYABLE 0x200
64 65
65#define MENU_COUNT_MASK 0xFFF 66#define MENU_COUNT_MASK 0xFFF
66#define MENU_COUNT_SHIFT 12 67#define MENU_COUNT_SHIFT 12