From dc0ba917fa94a554a166b1939548b06c9ee49307 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 13 Jan 2010 06:02:38 +0000 Subject: 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 --- apps/gui/skin_engine/skin_tokens.h | 2 ++ 1 file changed, 2 insertions(+) (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 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 { /* Viewport display */ WPS_VIEWPORT_ENABLE, + WPS_VIEWPORT_CUSTOMLIST, /* Battery */ TOKEN_MARKER_BATTERY, @@ -237,6 +238,7 @@ struct skin_token_list { struct skin_token_list *next; }; +char* get_dir(char* buf, int buf_size, const char* path, int level); #endif -- cgit v1.2.3