summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-10 13:05:23 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-10 13:05:23 +0000
commitee6aca9860d52b49f57c76e1be6a5cc9b5b47e74 (patch)
treecab4e0063f99f06e99675e8fe092330d2883cdb1 /apps/gui/skin_engine
parentb086067f3fcf89ea5e5a64ed7fc903c1af35c8c3 (diff)
downloadrockbox-ee6aca9860d52b49f57c76e1be6a5cc9b5b47e74.tar.gz
rockbox-ee6aca9860d52b49f57c76e1be6a5cc9b5b47e74.zip
add a hotkey option to the wps touchregion.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26740 a1c6a512-1295-4272-9138-f99709370657
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 a2c4c6acc5..365a1e6a26 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -1505,6 +1505,7 @@ static const struct touchaction touchactions[] = {
1505 {"quickscreen", ACTION_WPS_QUICKSCREEN },{"contextmenu", ACTION_WPS_CONTEXT }, 1505 {"quickscreen", ACTION_WPS_QUICKSCREEN },{"contextmenu", ACTION_WPS_CONTEXT },
1506 {"playlist", ACTION_WPS_VIEW_PLAYLIST }, {"pitch", ACTION_WPS_PITCHSCREEN}, 1506 {"playlist", ACTION_WPS_VIEW_PLAYLIST }, {"pitch", ACTION_WPS_PITCHSCREEN},
1507 {"voldown", ACTION_WPS_VOLDOWN}, {"volup", ACTION_WPS_VOLUP}, 1507 {"voldown", ACTION_WPS_VOLDOWN}, {"volup", ACTION_WPS_VOLUP},
1508 {"hotkey", ACTION_WPS_HOTKEY}
1508}; 1509};
1509static int parse_touchregion(const char *wps_bufptr, 1510static int parse_touchregion(const char *wps_bufptr,
1510 struct wps_token *token, struct wps_data *wps_data) 1511 struct wps_token *token, struct wps_data *wps_data)