summaryrefslogtreecommitdiff
path: root/apps/recorder/albumart.h
diff options
context:
space:
mode:
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 @@
35bool find_albumart(const struct mp3entry *id3, char *buf, int buflen, 35bool find_albumart(const struct mp3entry *id3, char *buf, int buflen,
36 struct dim *dim); 36 struct dim *dim);
37 37
38/* Draw the album art bitmap from the given handle ID onto the given WPS. 38#ifndef PLUGIN
39/* Draw the album art bitmap from the given handle ID onto the given Skin.
39 Call with clear = true to clear the bitmap instead of drawing it. */ 40 Call with clear = true to clear the bitmap instead of drawing it. */
40void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear); 41void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear);
42#endif
41 43
42bool search_albumart_files(const struct mp3entry *id3, const char *size_string, 44bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
43 char *buf, int buflen); 45 char *buf, int buflen);