diff options
author | louis <louis.braun@gmx.de> | 2013-09-16 14:23:07 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-09-16 14:23:07 +0200 |
commit | 5e0f765afd384e1f0418cd9eec0c2bd85b44678d (patch) | |
tree | 5692a5fd9527f9340904b134e5ae0466446db829 /imageloader.h | |
parent | ebf0862dfa77c9427346a87e7f08fb7eb812a7ef (diff) | |
download | skin-nopacity-5e0f765afd384e1f0418cd9eec0c2bd85b44678d.tar.gz skin-nopacity-5e0f765afd384e1f0418cd9eec0c2bd85b44678d.tar.bz2 |
added support for manual recording posters
Diffstat (limited to 'imageloader.h')
-rw-r--r-- | imageloader.h | 1 |
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); |