summaryrefslogtreecommitdiff
path: root/imageloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'imageloader.h')
-rw-r--r--imageloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/imageloader.h b/imageloader.h
index 27b90d9..4983539 100644
--- a/imageloader.h
+++ b/imageloader.h
@@ -24,6 +24,7 @@ public:
bool LoadPoster(const char *poster, int width, int height);
void DrawBackground(tColor back, tColor blend, int width, int height, bool mirror = false);
void DrawBackground2(tColor back, tColor blend, int width, int height);
+ bool SearchRecordingPoster(cString recPath, cString &found);
private:
Image buffer;
Color Argb2Color(tColor col);