From d9e5b67b71cf246c11da8a9083af21752ac7bd15 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 2 Feb 2006 20:42:56 +0000 Subject: Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index fa0421865d..0967fb373f 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -245,7 +245,8 @@ struct tree_context { #define TREE_ATTR_LNG 0x0700 /* binary lang file */ #define TREE_ATTR_ROCK 0x0800 /* binary rockbox plugin */ #define TREE_ATTR_MOD 0x0900 /* firmware file */ -#define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */ +#define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */ +#define TREE_ATTR_BMP 0x1100 /* backdrop bmp file */ #define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ void tree_get_filetypes(const struct filetype**, int*); -- cgit v1.2.3