From 80ea9ad4e3f23773da5b2c871931117f2df41145 Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 30 Jan 2013 21:08:26 +0100 Subject: Added displaying of additional EPG images in detailed EPG view --- imageloader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'imageloader.h') diff --git a/imageloader.h b/imageloader.h index 5d22fd8..488f798 100644 --- a/imageloader.h +++ b/imageloader.h @@ -18,6 +18,7 @@ public: bool LoadIcon(const char *cIcon, int size); bool LoadIcon(const char *cIcon, int width, int height); bool LoadEPGImage(int eventID); + bool LoadAdditionalEPGImage(cString name); bool LoadRecordingImage(cString Path); void DrawBackground(tColor back, tColor blend, int width, int height); void DrawBackground2(tColor back, tColor blend, int width, int height); -- cgit v1.2.3