diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-31 23:14:08 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-31 23:14:08 +0100 |
commit | 159b3865b49b6b0cb5a8623ec7b3ca57019407fe (patch) | |
tree | e77ab67e1caf0f51545cac389fe649bae50d3ec5 /menu.h | |
parent | 34d0891d83009de75e5788ae5e11865f4f3cb8b5 (diff) | |
download | vdr-plugin-osdteletext-159b3865b49b6b0cb5a8623ec7b3ca57019407fe.tar.gz vdr-plugin-osdteletext-159b3865b49b6b0cb5a8623ec7b3ca57019407fe.tar.bz2 |
Background toggling now allows to switch between black, the configured background transparency and full transparency as suggested by Walter K. (Closes #41)
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ protected: static tChannelID channel; static int currentChannelNumber; static TeletextBrowser* self; +private: + void ChangeBackground(); }; |