summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-11-09 17:57:17 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-11-09 17:57:17 +0000
commit8c15799e7056729fab8ca06de406bffe89602558 (patch)
tree659668b7962351c5886e0b898d5822acc907e454 /apps/gui/skin_engine/skin_tokens.h
parent7de32efe1c44d5278be53cf7f3a0dbc7b6fe1493 (diff)
downloadrockbox-8c15799e7056729fab8ca06de406bffe89602558.tar.gz
rockbox-8c15799e7056729fab8ca06de406bffe89602558.zip
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
Diffstat (limited to 'apps/gui/skin_engine/skin_tokens.h')
-rw-r--r--apps/gui/skin_engine/skin_tokens.h1
1 files changed, 1 insertions, 0 deletions
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 {
68 WPS_TOKEN_SOUND_PITCH, 68 WPS_TOKEN_SOUND_PITCH,
69#endif 69#endif
70#if (CONFIG_CODEC == SWCODEC) 70#if (CONFIG_CODEC == SWCODEC)
71 WPS_TOKEN_SOUND_SPEED,
71 WPS_TOKEN_REPLAYGAIN, 72 WPS_TOKEN_REPLAYGAIN,
72 WPS_TOKEN_CROSSFADE, 73 WPS_TOKEN_CROSSFADE,
73#endif 74#endif