diff options
author | louis <louis.braun@gmx.de> | 2013-06-03 09:52:54 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-06-03 09:52:54 +0200 |
commit | e87e589416466453d5a8b630b8a514f33f622e86 (patch) | |
tree | 10440604ad94f69d812846e3ac88be7e39ec24cb /imageloader.h | |
parent | d2e13f083b60b5251cd5d845f49bac48119800e2 (diff) | |
download | vdr-plugin-tvguide-e87e589416466453d5a8b630b8a514f33f622e86.tar.gz vdr-plugin-tvguide-e87e589416466453d5a8b630b8a514f33f622e86.tar.bz2 |
display of additional EPG pictures 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 23faf65..a38a5a0 100644 --- a/imageloader.h +++ b/imageloader.h @@ -16,6 +16,7 @@ public: cImage GetImage(); bool LoadLogo(const char *logo, int width, int height); bool LoadEPGImage(int eventID); + bool LoadAdditionalEPGImage(cString name); bool DrawBackground(tColor back, tColor blend, int width, int height); private: Image buffer; |