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 d1c2dfa7bd..51f456d175 100644
--- a/apps/recorder/albumart.h
+++ b/apps/recorder/albumart.h
@@ -29,9 +29,11 @@
29#include "skin_engine/skin_engine.h" 29#include "skin_engine/skin_engine.h"
30 30
31/* Look for albumart bitmap in the same dir as the track and in its parent dir. 31/* Look for albumart bitmap in the same dir as the track and in its parent dir.
32 * Calls size_func to get the dimensions to look for
32 * Stores the found filename in the buf parameter. 33 * Stores the found filename in the buf parameter.
33 * Returns true if a bitmap was found, false otherwise */ 34 * Returns true if a bitmap was found, false otherwise */
34bool 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);
35 37
36/* Draw the album art bitmap from the given handle ID onto the given WPS. 38/* Draw the album art bitmap from the given handle ID onto the given WPS.
37 Call with clear = true to clear the bitmap instead of drawing it. */ 39 Call with clear = true to clear the bitmap instead of drawing it. */