summaryrefslogtreecommitdiffstats
path: root/apps/recorder/albumart.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-07-29 12:37:48 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-07-29 12:37:48 +0000
commit2d31d77a8ba231cb03ec35863c4c4ce2024f6509 (patch)
treeb85ca1bede3e83695619064ee9a323f0a8da1865 /apps/recorder/albumart.h
parente436483b66a931fef6436e9cd3e69eb2b3ff1f7b (diff)
downloadrockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.tar.gz
rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.zip
FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27613 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/albumart.h')
-rw-r--r--apps/recorder/albumart.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/albumart.h b/apps/recorder/albumart.h
index 51f456d175..0f50979a1a 100644
--- a/apps/recorder/albumart.h
+++ b/apps/recorder/albumart.h
@@ -35,9 +35,11 @@
bool find_albumart(const struct mp3entry *id3, char *buf, int buflen,
struct dim *dim);
-/* Draw the album art bitmap from the given handle ID onto the given WPS.
+#ifndef PLUGIN
+/* Draw the album art bitmap from the given handle ID onto the given Skin.
Call with clear = true to clear the bitmap instead of drawing it. */
void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear);
+#endif
bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
char *buf, int buflen);