summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-22 15:06:05 +0100
committerJohns <johns98@gmx.net>2012-02-22 15:06:05 +0100
commit6ce760ccd807545ff77722baca338c4d56833608 (patch)
tree97044fe27a65d5bcfe50f412a13455e84af52909 /video.h
parent2f869884baa4f7487196fc73922437effa7c5d71 (diff)
downloadvdr-plugin-softhddevice-6ce760ccd807545ff77722baca338c4d56833608.tar.gz
vdr-plugin-softhddevice-6ce760ccd807545ff77722baca338c4d56833608.tar.bz2
60Hz display mode configurable with setup.conf.
Diffstat (limited to 'video.h')
-rw-r--r--video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.h b/video.h
index 90c8c32..3c74730 100644
--- a/video.h
+++ b/video.h
@@ -80,6 +80,9 @@ extern void VideoDisplayWakeup(void);
/// Set video geometry.
extern int VideoSetGeometry(const char *);
+ /// Set 60Hz display mode.
+extern void VideoSet60HzMode(int);
+
/// Set video output position.
extern void VideoSetOutputPosition(int, int, int, int);