diff options
author | louis <louis.braun@gmx.de> | 2013-09-16 14:23:07 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-09-16 14:23:07 +0200 |
commit | 5e0f765afd384e1f0418cd9eec0c2bd85b44678d (patch) | |
tree | 5692a5fd9527f9340904b134e5ae0466446db829 /textwindow.h | |
parent | ebf0862dfa77c9427346a87e7f08fb7eb812a7ef (diff) | |
download | skin-nopacity-5e0f765afd384e1f0418cd9eec0c2bd85b44678d.tar.gz skin-nopacity-5e0f765afd384e1f0418cd9eec0c2bd85b44678d.tar.bz2 |
added support for manual recording posters
Diffstat (limited to 'textwindow.h')
-rw-r--r-- | textwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textwindow.h b/textwindow.h index 8d3a7b1..9629c11 100644 --- a/textwindow.h +++ b/textwindow.h @@ -17,6 +17,8 @@ private: cTextWrapper twTextFull; bool drawTextTall; bool drawTextFull; + bool hasManualPoster; + cString manualPosterPath; bool hasPoster; TVScraperGetPoster poster; int posterWidth, posterHeight; @@ -38,6 +40,7 @@ public: void SetEvent(const cEvent *event); 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); }; |