From 8c15799e7056729fab8ca06de406bffe89602558 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 9 Nov 2009 17:57:17 +0000 Subject: Implement %Ss for playback speed This is similar to %Sp for pitch. The conditional form %?Ss<...> is also supported in the same way as FS#10680; you can use %?Ss<%xdAa|%xdAb|> to show an icon of a tortoise (subpicture 1 of image A) or a hare (subpicture 2 of image A) when not playing at the normal speed. Flyspray: FS#10681 Author: Junio C Hamano git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23591 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/skin_tokens.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gui/skin_engine/skin_tokens.h') diff --git a/apps/gui/skin_engine/skin_tokens.h b/apps/gui/skin_engine/skin_tokens.h index cb8e671097..27594db27f 100644 --- a/apps/gui/skin_engine/skin_tokens.h +++ b/apps/gui/skin_engine/skin_tokens.h @@ -68,6 +68,7 @@ enum wps_token_type { WPS_TOKEN_SOUND_PITCH, #endif #if (CONFIG_CODEC == SWCODEC) + WPS_TOKEN_SOUND_SPEED, WPS_TOKEN_REPLAYGAIN, WPS_TOKEN_CROSSFADE, #endif -- cgit v1.2.3