From 8d013f55572436a58b633854c3ae50e4b4dff860 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 17 Aug 2009 12:46:21 +0000 Subject: Skin engine: add "pitch" action to touch regions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22375 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/skin_parser.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/gui/skin_engine') diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c index a06cb77a34..d2b8fdc259 100644 --- a/apps/gui/skin_engine/skin_parser.c +++ b/apps/gui/skin_engine/skin_parser.c @@ -1099,7 +1099,7 @@ static struct touchaction touchactions[] = { {"menu", ACTION_WPS_MENU }, {"browse", ACTION_WPS_BROWSE }, {"shuffle", ACTION_TOUCH_SHUFFLE }, {"repmode", ACTION_TOUCH_REPMODE }, {"quickscreen", ACTION_WPS_QUICKSCREEN },{"contextmenu", ACTION_WPS_CONTEXT }, - {"playlist", ACTION_WPS_VIEW_PLAYLIST }, + {"playlist", ACTION_WPS_VIEW_PLAYLIST }, {"pitch", ACTION_WPS_PITCHSCREEN}, }; static int parse_touchregion(const char *wps_bufptr, struct wps_token *token, struct wps_data *wps_data) @@ -1128,6 +1128,8 @@ static int parse_touchregion(const char *wps_bufptr, * repmode - cycle the repeat mode * quickscreen - go into the quickscreen * contextmenu - open the context menu + * playlist - go into the playlist + * pitch - go into the pitchscreen */ -- cgit v1.2.3