1
0
Fork 0
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:
Paul Louden 2007-06-18 18:43:11 +00:00
parent 1b947de1ad
commit 4cb1072cce

View file

@ -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;