From f8682a032ed459eeb8b4865cba73706e24734b55 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sun, 17 Jun 2007 23:10:01 +0000 Subject: 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 --- apps/filetypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetypes.h') diff --git a/apps/filetypes.h b/apps/filetypes.h index 13f4e56161..52e60eab1f 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -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 */ -- cgit v1.2.3