Fix some bugs with the colors stuff. You can now specify folder color with the folder extension.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13659 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2007-06-17 23:10:01 +00:00
parent d88d2557d0
commit f8682a032e
4 changed files with 31 additions and 11 deletions

View file

@ -60,7 +60,7 @@ void read_color_theme_file(void);
/* Return the attribute (FILE_ATTR_*) of the file */
int filetype_get_attr(const char* file);
#ifdef HAVE_LCD_COLOR
int filetype_get_color(int attr);
int filetype_get_color(const char * name, int attr);
#endif
int filetype_get_icon(int attr);
/* return the plugin filename associated with the file */