diff options
Diffstat (limited to 'textwindow.h')
-rw-r--r-- | textwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textwindow.h b/textwindow.h index 5522392..7d79c40 100644 --- a/textwindow.h +++ b/textwindow.h @@ -16,6 +16,7 @@ private: int drawportHeight; cRect *vidWin; cRect oldVidWin; + bool initial = false; bool scaledWindow; cString text; cTextWrapper twTextTall; @@ -48,6 +49,7 @@ public: void SetText(cString Text) {text = Text;}; bool SetManualPoster(const cRecording *recording, bool fullscreen = false); void SetPoster(const cEvent *event, const cRecording *recording, bool fullscreen = false); + void SetInitial(bool initial) { this->initial = initial; }; }; #endif //__NOPACITY_TEXTWINDOW_H |