summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/action.h b/apps/action.h
index a3c21ec8a6..6e1278b33c 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -35,9 +35,8 @@
35#define CONTEXT_PLUGIN 0x10000000 /* for plugins using get_custom_action */ 35#define CONTEXT_PLUGIN 0x10000000 /* for plugins using get_custom_action */
36#define CONTEXT_REMAPPED 0x08000000 /* marker for key remap context table */ 36#define CONTEXT_REMAPPED 0x08000000 /* marker for key remap context table */
37#define CORE_CONTEXT_REMAP(context) (CONTEXT_REMAPPED | context) 37#define CORE_CONTEXT_REMAP(context) (CONTEXT_REMAPPED | context)
38#ifdef HAVE_LOCKED_ACTIONS
39#define CONTEXT_LOCKED 0x04000000 /* flag to use alternate keymap when screen is locked */ 38#define CONTEXT_LOCKED 0x04000000 /* flag to use alternate keymap when screen is locked */
40#endif 39
41 40
42#define LAST_ITEM_IN_LIST { CONTEXT_STOPSEARCHING, BUTTON_NONE, BUTTON_NONE } 41#define LAST_ITEM_IN_LIST { CONTEXT_STOPSEARCHING, BUTTON_NONE, BUTTON_NONE }
43#define LAST_ITEM_IN_LIST__NEXTLIST(a) { a, BUTTON_NONE, BUTTON_NONE } 42#define LAST_ITEM_IN_LIST__NEXTLIST(a) { a, BUTTON_NONE, BUTTON_NONE }