From ae9409091e078744ecc57468e8438990f6dea625 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 11 Jan 2005 18:10:39 +0000 Subject: - implemented ReplayShuffle and ReplayLoop items - moved OsdClear() for cosmetic reasons --- status.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'status.h') diff --git a/status.h b/status.h index 6ab5fee..643ebd8 100644 --- a/status.h +++ b/status.h @@ -1,5 +1,5 @@ /* - * $Id: status.h,v 1.3 2005/01/02 16:54:41 lordjaxom Exp $ + * $Id: status.h,v 1.4 2005/01/11 18:10:39 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_STATUS_H @@ -37,6 +37,8 @@ private: cText2SkinRender *mRender; eReplayMode mReplayMode; + bool mReplayIsLoop; + bool mReplayIsShuffle; tRecordings mRecordings; uint mCurrentRecording; uint mNextRecording; @@ -53,6 +55,8 @@ public: void SetRender(cText2SkinRender *Render); cxType GetTokenData(const txToken &Token); + + eReplayMode ReplayMode(void) const { return mReplayMode; } }; extern cText2SkinStatus Text2SkinStatus; -- cgit v1.2.3