summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-07-25 14:14:47 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-07-25 14:14:47 +0000
commit29407cbe801bfdfbe59ad0e40be8fc8ced4ac778 (patch)
treee38a41314519fb9e8ea8041668f7a0623c0be893 /apps/gui/gwps.h
parentebc076bc15d6501674b9db772557a0eadfb4a5e2 (diff)
Implement feature request FS#7476: Add a "song progress percentage" WPS tag (%px) that can be used in a conditional to create custom progress meters.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13987 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index cfa7e70714..371b2b0399 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -222,6 +222,7 @@ enum wps_token_type {
WPS_TOKEN_VOLUME,
/* Current track */
+ WPS_TOKEN_TRACK_ELAPSED_PERCENT,
WPS_TOKEN_TRACK_TIME_ELAPSED,
WPS_TOKEN_TRACK_TIME_REMAINING,
WPS_TOKEN_TRACK_LENGTH,