summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-05-16 11:22:41 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-05-16 11:22:41 +0000
commite435e4d976757f8436484a5b4d158ab7545fcdb6 (patch)
treeee7b7599dba7994968c9c2812c78c036cb4335f9 /apps/gui/gwps.h
parent1af18d52af70a638cda8f12702b6e48fdec2e1da (diff)
downloadrockbox-e435e4d976757f8436484a5b4d158ab7545fcdb6.tar.gz
rockbox-e435e4d976757f8436484a5b4d158ab7545fcdb6.zip
New 'clock present' WPS tag: The tag checks for the presence of the clock hardware and can be used unconditionally (returning a 'c') or in a conditional. You can specify what to display if a target has the clock (the true case) and an alternative for targets without. This can be useful for e.g. the greyscale 160x128 WPSs or the Archos ones which work on players with and without the hardware. - Add the new tag to the WPS tag description in the manual. Change the headline to the less technical 'Time and Date' as per the discussion in IRC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20961 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 935e015c93..f3562214a0 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -173,6 +173,8 @@ enum wps_token_type {
173 173
174 /* Time */ 174 /* Time */
175 175
176 WPS_TOKEN_RTC_PRESENT,
177
176 /* The begin/end values allow us to know if a token is an RTC one. 178 /* The begin/end values allow us to know if a token is an RTC one.
177 New RTC tokens should be added between the markers. */ 179 New RTC tokens should be added between the markers. */
178 180