From 6a5cc0bd25bd468c79e453fa49f353edd824141a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 16 Apr 2007 09:14:36 +0000 Subject: Customizable icons for all bitmap targets. (FS#7013) http://www.rockbox.org/twiki/bin/view/Main/CustomIcons for info on format and how to load them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13177 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/filetypes.h') diff --git a/apps/filetypes.h b/apps/filetypes.h index d2556c1d95..182cb0da4e 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -25,10 +25,11 @@ /* init the filetypes structs. uses audio buffer for storage, so call early in init... */ void filetype_init(void); +void read_viewer_theme_file(void); /* Return the attribute (TREE_ATTR_*) of the file */ int filetype_get_attr(const char* file); -ICON filetype_get_icon(int attr); +int filetype_get_icon(int attr); /* return the plugin filename associated with the file */ char* filetype_get_plugin(const struct entry* file); -- cgit v1.2.3