diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:52:59 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:52:59 +0100 |
commit | 18dbe92306e0c9e1b1513e4cfae603369fbacd80 (patch) | |
tree | 6fcb7e78ac8cb5026fab56cfbe3d4ead31fcad9d /ttxtsubsdisplay.h | |
parent | b4047ea57428a788456ecb02bc3fc6c5d83bf232 (diff) | |
download | vdr-plugin-ttxtsubs-0.0.3d.tar.gz vdr-plugin-ttxtsubs-0.0.3d.tar.bz2 |
- IMORTANT! Needs and upgrade to the patch! See README!v0.0.3d
- Improved the OSD hooks to be more compatible with other plugins
- Added a primitive Service Information caching mechanism to speed
up channel switching (will not refresh if channels are changed,
will be reset on VDR restart)
Diffstat (limited to 'ttxtsubsdisplay.h')
-rw-r--r-- | ttxtsubsdisplay.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ttxtsubsdisplay.h b/ttxtsubsdisplay.h index d515cd0..fa76860 100644 --- a/ttxtsubsdisplay.h +++ b/ttxtsubsdisplay.h @@ -16,13 +16,13 @@ class cTtxtSubsDisplay { void SetPage(int Pageno); // Pageno is 0x000 to 0x799 void Hide(void); void Show(void); - void Clear(void); void TtxtData(const uint8_t *); protected: + void Clear(void); void ShowOSD(); void ClearOSD(void); - + private: int mPageState; int mMag; |