From 529719875720aa80197b95fb49bd9c712a4023f1 Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 20 Feb 2013 17:36:03 +0100 Subject: display all jpegs in a recording folder in detailed recording view --- imageloader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'imageloader.h') 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: -- cgit v1.2.3