From 466e5d9aa4fcdc3da6172eb9ae125fd4157be0b9 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 26 Feb 2010 03:45:41 +0000 Subject: 2 new tags for the base skin. %Lt - the title text for the current list %Li - the icon number. Same order as the CustomIcons list, except the first icon is the "no icon" icon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24917 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 5778f95808..d0df058cf0 100644 --- a/apps/gui/skin_engine/skin_tokens.h +++ b/apps/gui/skin_engine/skin_tokens.h @@ -189,6 +189,8 @@ enum wps_token_type { /* buttons */ TOKEN_MARKER_MISC, + WPS_TOKEN_LIST_TITLE_TEXT, + WPS_TOKEN_LIST_TITLE_ICON, WPS_TOKEN_BUTTON_VOLUME, WPS_TOKEN_LASTTOUCH, #if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD) -- cgit v1.2.3