From 4cb1072ccef0e9958f926cf9d120ceb63c74e42a Mon Sep 17 00:00:00 2001 From: Paul Louden Date: Mon, 18 Jun 2007 18:43:11 +0000 Subject: Hopefully fix FS#7323. Store colors as fb_data. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13667 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/filetypes.c b/apps/filetypes.c index ed8a5bc9e7..303d4863b9 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -126,7 +126,7 @@ static struct file_type filetypes[MAX_FILETYPES]; static int custom_filetype_icons[MAX_FILETYPES]; static bool custom_icons_loaded = false; #ifdef HAVE_LCD_COLOR -static short custom_colors[MAX_FILETYPES]; +static fb_data custom_colors[MAX_FILETYPES]; #endif static int filetype_count = 0; static unsigned char heighest_attr = 0; -- cgit v1.2.3