summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2007-06-17 23:10:01 +0000
committerBrandon Low <lostlogic@rockbox.org>2007-06-17 23:10:01 +0000
commitf8682a032ed459eeb8b4865cba73706e24734b55 (patch)
tree3d125a3705135b27b614f0e5ac89b9aa715ebdc8 /apps/filetypes.h
parentd88d2557d0398dec19ac21bfcb1f691103715d73 (diff)
downloadrockbox-f8682a032ed459eeb8b4865cba73706e24734b55.tar.gz
rockbox-f8682a032ed459eeb8b4865cba73706e24734b55.zip
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
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h2
1 files changed, 1 insertions, 1 deletions
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);
60/* Return the attribute (FILE_ATTR_*) of the file */ 60/* Return the attribute (FILE_ATTR_*) of the file */
61int filetype_get_attr(const char* file); 61int filetype_get_attr(const char* file);
62#ifdef HAVE_LCD_COLOR 62#ifdef HAVE_LCD_COLOR
63int filetype_get_color(int attr); 63int filetype_get_color(const char * name, int attr);
64#endif 64#endif
65int filetype_get_icon(int attr); 65int filetype_get_icon(int attr);
66/* return the plugin filename associated with the file */ 66/* return the plugin filename associated with the file */