summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-01-13 06:02:38 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-01-13 06:02:38 +0000
commitdc0ba917fa94a554a166b1939548b06c9ee49307 (patch)
tree872f0b9f57f1ab5d1c28f69f4118fba704f27d85 /apps/gui/skin_engine/skin_tokens.h
parent8b926e98f82a8b6ffccc40a65388b6bbcd1c2538 (diff)
downloadrockbox-dc0ba917fa94a554a166b1939548b06c9ee49307.tar.gz
rockbox-dc0ba917fa94a554a166b1939548b06c9ee49307.zip
FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/CustomWPS#Playlist_viewer for an exaplanation how to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24220 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/skin_tokens.h')
-rw-r--r--apps/gui/skin_engine/skin_tokens.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.h b/apps/gui/skin_engine/skin_tokens.h
index 25acfdacef..5778f95808 100644
--- a/apps/gui/skin_engine/skin_tokens.h
+++ b/apps/gui/skin_engine/skin_tokens.h
@@ -54,6 +54,7 @@ enum wps_token_type {
54 54
55 /* Viewport display */ 55 /* Viewport display */
56 WPS_VIEWPORT_ENABLE, 56 WPS_VIEWPORT_ENABLE,
57 WPS_VIEWPORT_CUSTOMLIST,
57 58
58 /* Battery */ 59 /* Battery */
59 TOKEN_MARKER_BATTERY, 60 TOKEN_MARKER_BATTERY,
@@ -237,6 +238,7 @@ struct skin_token_list {
237 struct skin_token_list *next; 238 struct skin_token_list *next;
238}; 239};
239 240
241char* get_dir(char* buf, int buf_size, const char* path, int level);
240 242
241#endif 243#endif
242 244