1
0
Fork 0
forked from len0rd/rockbox

resize-on-load for bitmap files on 2bpp and color targets

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19374 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2008-12-09 23:07:59 +00:00
parent a2c71fde1b
commit 781421afa2
14 changed files with 1460 additions and 404 deletions

View file

@ -40,6 +40,8 @@ void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear);
bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
char *buf, int buflen);
void get_albumart_size(struct bitmap *bmp);
#endif /* HAVE_ALBUMART */
#endif /* _ALBUMART_H_ */