summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/action.h b/apps/action.h
index 7f476a8a88..29023720cc 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -44,7 +44,7 @@ enum {
44 CONTEXT_WPS = 1, 44 CONTEXT_WPS = 1,
45 CONTEXT_TREE = 2, 45 CONTEXT_TREE = 2,
46 CONTEXT_RECORD = 3, 46 CONTEXT_RECORD = 3,
47 CONTEXT_MAINMENU = 4, 47 CONTEXT_MAINMENU = 4, /* uses CONTEXT_TREE and ACTION_TREE_* */
48 CONTEXT_ID3DB = 5, 48 CONTEXT_ID3DB = 5,
49 /* Add new contexts here, no need to explicitly define a value for them */ 49 /* Add new contexts here, no need to explicitly define a value for them */
50 CONTEXT_LIST, 50 CONTEXT_LIST,
@@ -123,6 +123,10 @@ enum {
123 /* list and tree page up/down */ 123 /* list and tree page up/down */
124 ACTION_LISTTREE_PGUP,/* optional */ 124 ACTION_LISTTREE_PGUP,/* optional */
125 ACTION_LISTTREE_PGDOWN,/* optional */ 125 ACTION_LISTTREE_PGDOWN,/* optional */
126#ifdef HAVE_VOLUME_IN_LIST
127 ACTION_LIST_VOLUP,
128 ACTION_LIST_VOLDOWN,
129#endif
126 130
127 /* tree */ 131 /* tree */
128 ACTION_TREE_ROOT_INIT, 132 ACTION_TREE_ROOT_INIT,
@@ -152,13 +156,13 @@ enum {
152 ACTION_REC_F3, 156 ACTION_REC_F3,
153 157
154 /* main menu */ 158 /* main menu */
159 /* These are not strictly actions, but must be here
160 so they dont conflict with real actions in the menu code */
155 ACTION_REQUEST_MENUITEM, 161 ACTION_REQUEST_MENUITEM,
156 ACTION_EXIT_MENUITEM, 162 ACTION_EXIT_MENUITEM,
157 ACTION_EXIT_AFTER_THIS_MENUITEM, /* if a menu returns this the menu will exit 163 ACTION_EXIT_AFTER_THIS_MENUITEM, /* if a menu returns this the menu will exit
158 once the subitem returns */ 164 once the subitem returns */
159 ACTION_ENTER_MENUITEM, 165 ACTION_ENTER_MENUITEM,
160 ACTION_MENU_WPS,
161 ACTION_MENU_STOP,
162 166
163 /* id3db */ 167 /* id3db */
164 168