summaryrefslogtreecommitdiffstats
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, 2 insertions, 1 deletions
diff --git a/apps/action.h b/apps/action.h
index ccf3313841..e46e4a64b2 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -92,7 +92,8 @@ enum {
ACTION_REDRAW, /* returned if keys are locked and we splash()'ed */
ACTION_TOUCHSCREEN,
ACTION_TOUCHSCREEN_MODE, /* toggle the touchscreen mode */
-
+ ACTION_TOUCHSCREEN_IGNORE, /* used for the 'none' action in skins */
+
/* standard actions, use these first */
ACTION_STD_PREV,
ACTION_STD_PREVREPEAT,