summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-02 16:54:41 +0000
committerlordjaxom <lordjaxom>2005-01-02 16:54:41 +0000
commit7c9181bf95fedb7a4b4ab40c31aaa841ead074ed (patch)
tree8ea4f4368674465ec7263028340585501060e5a5 /status.h
parent6e98a71ded769f729a0cbd865ece36a7334f6404 (diff)
downloadvdr-plugin-text2skin-7c9181bf95fedb7a4b4ab40c31aaa841ead074ed.tar.gz
vdr-plugin-text2skin-7c9181bf95fedb7a4b4ab40c31aaa841ead074ed.tar.bz2
*** empty log message ***
Diffstat (limited to 'status.h')
-rw-r--r--status.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/status.h b/status.h
index d17fdd1..6ab5fee 100644
--- a/status.h
+++ b/status.h
@@ -1,5 +1,5 @@
/*
- * $Id: status.h,v 1.2 2004/12/21 18:35:54 lordjaxom Exp $
+ * $Id: status.h,v 1.3 2005/01/02 16:54:41 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_STATUS_H
@@ -40,10 +40,12 @@ private:
tRecordings mRecordings;
uint mCurrentRecording;
uint mNextRecording;
+ int mLastLanguage;
protected:
virtual void Replaying(const cControl *Control, const char *Name);
virtual void Recording(const cDevice *Device, const char *Name);
+ virtual void OsdClear(void);
public:
cText2SkinStatus(void);