diff options
author | louis <louis.braun@gmx.de> | 2014-04-13 09:48:03 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-04-13 09:48:03 +0200 |
commit | ac8661ddae52764780ca27e1ea742e7fba47b1c2 (patch) | |
tree | f9fefe02e48df4079239a78a47ef6d4a07afabf7 /textwindow.h | |
parent | 114fb900bb3fdbef09258eef5a2a8c3b08ab7ddc (diff) | |
download | skin-nopacity-ac8661ddae52764780ca27e1ea742e7fba47b1c2.tar.gz skin-nopacity-ac8661ddae52764780ca27e1ea742e7fba47b1c2.tar.bz2 |
Version 1.1.0 - added scraper2vdr support
Diffstat (limited to 'textwindow.h')
-rw-r--r-- | textwindow.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textwindow.h b/textwindow.h index b870a48..568d152 100644 --- a/textwindow.h +++ b/textwindow.h @@ -4,6 +4,7 @@ #include <vdr/skins.h> #include <vdr/thread.h> #include "services/tvscraper.h" +#include "services/scraper2vdr.h" class cNopacityTextWindow : public cThread { private: @@ -26,6 +27,7 @@ private: cString manualPosterPath; bool hasPoster; TVScraperGetPoster poster; + ScraperGetPoster posterScraper2Vdr; int posterWidth, posterHeight; bool SetTextScroller(int border, int left); void CreatePixmap(void); @@ -46,7 +48,7 @@ public: void SetRecording(const cRecording *recording); void SetText(cString Text) {text = Text;}; bool SetManualPoster(const cRecording *recording, bool fullscreen = false); - void SetPoster(const cEvent *event, bool isRecording, bool fullscreen = false); + void SetPoster(const cEvent *event, const cRecording *recording, bool fullscreen = false); }; #endif //__NOPACITY_TEXTWINDOW_H
\ No newline at end of file |