From ac8661ddae52764780ca27e1ea742e7fba47b1c2 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 13 Apr 2014 09:48:03 +0200 Subject: Version 1.1.0 - added scraper2vdr support --- textwindow.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textwindow.h') diff --git a/textwindow.h b/textwindow.h index b870a48..568d152 100644 --- a/textwindow.h +++ b/textwindow.h @@ -4,6 +4,7 @@ #include #include #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 -- cgit v1.2.3