diff options
author | louis <louis.braun@gmx.de> | 2013-02-20 17:36:03 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-20 17:36:03 +0100 |
commit | 529719875720aa80197b95fb49bd9c712a4023f1 (patch) | |
tree | 454b08fa4914c24cbcf626842a96463052c501fc /imageloader.h | |
parent | d60c6a242c76708b9e943ba141dbf80bb117b536 (diff) | |
download | skin-nopacity-529719875720aa80197b95fb49bd9c712a4023f1.tar.gz skin-nopacity-529719875720aa80197b95fb49bd9c712a4023f1.tar.bz2 |
display all jpegs in a recording folder in detailed recording view
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 31bc692..0b3f13b 100644 --- a/imageloader.h +++ b/imageloader.h @@ -20,6 +20,7 @@ public: bool LoadEPGImage(int eventID); bool LoadAdditionalEPGImage(cString name); bool LoadRecordingImage(cString Path); + bool LoadAdditionalRecordingImage(cString path, cString name); void DrawBackground(tColor back, tColor blend, int width, int height); void DrawBackground2(tColor back, tColor blend, int width, int height); private: |