diff options
author | Johns <johns98@gmx.net> | 2012-02-22 15:06:05 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-22 15:06:05 +0100 |
commit | 6ce760ccd807545ff77722baca338c4d56833608 (patch) | |
tree | 97044fe27a65d5bcfe50f412a13455e84af52909 /video.h | |
parent | 2f869884baa4f7487196fc73922437effa7c5d71 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |