diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-05-12 10:38:00 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-05-12 10:38:00 +0000 |
commit | 1bd072c92d5f6d4a9a26d738a421f5a05048bb29 (patch) | |
tree | 11bf71c80cd995dad20b4316f201a63f78111383 /apps/filetypes.h | |
parent | f9736c0b63d90d3cda7e2c77d1cae20939ae328f (diff) | |
download | rockbox-1bd072c92d5f6d4a9a26d738a421f5a05048bb29.tar.gz rockbox-1bd072c92d5f6d4a9a26d738a421f5a05048bb29.tar.bz2 rockbox-1bd072c92d5f6d4a9a26d738a421f5a05048bb29.zip |
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25964 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r-- | apps/filetypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h index 0b4fb7b812..a957f1631f 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -44,6 +44,8 @@ #define FILE_ATTR_SBS 0x0F00 /* statusbar file */ #define FILE_ATTR_RSBS 0x1000 /* remote statusbar file */ #define FILE_ATTR_LUA 0x1100 /* Lua rockbox plugin */ +#define FILE_ATTR_FMS 0x1200 /* FM screen skin file */ +#define FILE_ATTR_RFMS 0x1300 /* FM screen skin file */ #define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ struct filetype { |