diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-10 17:30:34 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-10 22:18:43 +0100 |
commit | 1459b3e8300e0ec62a288d0f56bafb0ab1e6769f (patch) | |
tree | 1b7cb0e1469f052f19dc6603cf08c79d82ac79b1 /txtrecv.h | |
parent | b38bb4f0b5cf564e007c9248645482f9b0a3c1ab (diff) | |
download | vdr-plugin-osdteletext-1459b3e8300e0ec62a288d0f56bafb0ab1e6769f.tar.gz vdr-plugin-osdteletext-1459b3e8300e0ec62a288d0f56bafb0ab1e6769f.tar.bz2 |
Merged class ChannelStatus into cTxtStatus and changed the code that
detects, if the current live channel has been changed and the
OsdTeletext receiver needs to switch to the new channel as well
Diffstat (limited to 'txtrecv.h')
-rw-r--r-- | txtrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -185,6 +185,7 @@ private: //cCondVar condVar; //cMutex mutex; //int count; + tChannelID currentLiveChannel; protected: int TPid; tChannelID chan; |