diff options
author | louis <louis.braun@gmx.de> | 2013-01-30 21:08:26 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-01-30 21:08:26 +0100 |
commit | 80ea9ad4e3f23773da5b2c871931117f2df41145 (patch) | |
tree | fc357473b0dd440faedf1af7669cf4c551348afb /imageloader.h | |
parent | de9bc2df7e2418269e86abbf452d212a75cdb201 (diff) | |
download | skin-nopacity-80ea9ad4e3f23773da5b2c871931117f2df41145.tar.gz skin-nopacity-80ea9ad4e3f23773da5b2c871931117f2df41145.tar.bz2 |
Added displaying of additional EPG images in detailed EPG 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 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); |