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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/recorder/albumart.h b/apps/recorder/albumart.h
index 21ae50edb9..dcd106465b 100644
--- a/apps/recorder/albumart.h
+++ b/apps/recorder/albumart.h
@@ -31,8 +31,9 @@
31 * Returns true if a bitmap was found, false otherwise */ 31 * Returns true if a bitmap was found, false otherwise */
32bool find_albumart(const struct mp3entry *id3, char *buf, int buflen); 32bool find_albumart(const struct mp3entry *id3, char *buf, int buflen);
33 33
34/* Draw the album art bitmap from the given handle ID onto the given WPS. */ 34/* Draw the album art bitmap from the given handle ID onto the given WPS.
35void draw_album_art(struct gui_wps *gwps, int handle_id); 35 Call with clear = true to clear the bitmap instead of drawing it. */
36void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear);
36 37
37#endif /* HAVE_ALBUMART */ 38#endif /* HAVE_ALBUMART */
38 39