From 70ebe46d74dbb10160a878cdb120c9b3e7a8e30c Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 12 Aug 2010 13:27:10 +0000 Subject: New feature for the %xl (image load) tag. If you give it the filename __list_icons__ it will use the list icon strip instead of loading a different bmp. example: %xl(I, __list_icons__, 0, 0) %xd(I, %Li) ^ display the list icon at position 0,0 in that viewport. (you can of course %xd(Ia) if you really wanted also.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27787 a1c6a512-1295-4272-9138-f99709370657 --- lib/skin_parser/tag_table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/skin_parser/tag_table.h b/lib/skin_parser/tag_table.h index 2ba43b1..c96fecc 100644 --- a/lib/skin_parser/tag_table.h +++ b/lib/skin_parser/tag_table.h @@ -156,6 +156,7 @@ enum skin_token_type { SKIN_TOKEN_IMAGE_PRELOAD, SKIN_TOKEN_IMAGE_PRELOAD_DISPLAY, SKIN_TOKEN_IMAGE_DISPLAY, + SKIN_TOKEN_IMAGE_DISPLAY_LISTICON, /* Albumart */ SKIN_TOKEN_ALBUMART_LOAD, -- cgit v1.1