forked from len0rd/rockbox
Hopefully fix FS#7323. Store colors as fb_data.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13667 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1b947de1ad
commit
4cb1072cce
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ static struct file_type filetypes[MAX_FILETYPES];
|
||||||
static int custom_filetype_icons[MAX_FILETYPES];
|
static int custom_filetype_icons[MAX_FILETYPES];
|
||||||
static bool custom_icons_loaded = false;
|
static bool custom_icons_loaded = false;
|
||||||
#ifdef HAVE_LCD_COLOR
|
#ifdef HAVE_LCD_COLOR
|
||||||
static short custom_colors[MAX_FILETYPES];
|
static fb_data custom_colors[MAX_FILETYPES];
|
||||||
#endif
|
#endif
|
||||||
static int filetype_count = 0;
|
static int filetype_count = 0;
|
||||||
static unsigned char heighest_attr = 0;
|
static unsigned char heighest_attr = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue