From 5e0f765afd384e1f0418cd9eec0c2bd85b44678d Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 16 Sep 2013 14:23:07 +0200 Subject: added support for manual recording posters --- imageloader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'imageloader.h') 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); -- cgit v1.2.3