mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
d88d2557d0
commit
f8682a032e
4 changed files with 31 additions and 11 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue