summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine')
-rw-r--r--apps/gui/skin_engine/skin_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index 261a900cd1..6b0e5e65a0 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -923,6 +923,7 @@ static int parse_lasttouch(struct skin_element *element,
923struct touchaction {const char* s; int action;}; 923struct touchaction {const char* s; int action;};
924static const struct touchaction touchactions[] = { 924static const struct touchaction touchactions[] = {
925 /* generic actions, convert to screen actions on use */ 925 /* generic actions, convert to screen actions on use */
926 {"none", ACTION_TOUCHSCREEN},
926 {"prev", ACTION_STD_PREV }, {"next", ACTION_STD_NEXT }, 927 {"prev", ACTION_STD_PREV }, {"next", ACTION_STD_NEXT },
927 {"rwd", ACTION_STD_PREVREPEAT }, {"ffwd", ACTION_STD_NEXTREPEAT }, 928 {"rwd", ACTION_STD_PREVREPEAT }, {"ffwd", ACTION_STD_NEXTREPEAT },
928 {"hotkey", ACTION_STD_HOTKEY}, {"select", ACTION_STD_OK }, 929 {"hotkey", ACTION_STD_HOTKEY}, {"select", ACTION_STD_OK },