aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/avswitch.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-01 23:15:24 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-01 23:15:24 +0000
commitd89be097be4a9ac52166c5f47cc189c5522d3441 (patch)
tree7da4329e4fa22017a7312da52bfe7b1df8a16a02 /lib/driver/avswitch.h
parentec200e0207d0a5ddb91c9c6c4ab8ae1c8f33ecea (diff)
downloadenigma2-d89be097be4a9ac52166c5f47cc189c5522d3441.tar.gz
enigma2-d89be097be4a9ac52166c5f47cc189c5522d3441.zip
add possibilty to hide menu entries when needed hardware is not available
Diffstat (limited to 'lib/driver/avswitch.h')
-rw-r--r--lib/driver/avswitch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h
index 2b3b40fb..cc92e20e 100644
--- a/lib/driver/avswitch.h
+++ b/lib/driver/avswitch.h
@@ -24,6 +24,7 @@ public:
~eAVSwitch();
#endif
static eAVSwitch *getInstance();
+ bool haveScartSwitch();
int getVCRSlowBlanking();
void setFastBlank(int val);
void setColorFormat(int format);