diff options
author | master_red <> | 2015-08-10 15:32:25 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2015-08-10 15:32:25 +0200 |
commit | 700c8e8767e4632a63123b004c304892b31b5074 (patch) | |
tree | 98d9cd5769fde3916d49aef153f226730bab3e35 /video.h | |
parent | ec58e456072d962a18cb50f4324d266ba4a2aae8 (diff) | |
download | vdr-plugin-softhddevice-700c8e8767e4632a63123b004c304892b31b5074.tar.gz vdr-plugin-softhddevice-700c8e8767e4632a63123b004c304892b31b5074.tar.bz2 |
Configurable enable DPMS, while black screen is displayed.
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -222,7 +222,10 @@ extern int VideoDecodeInput(VideoStream *); /// Get number of input buffers. extern int VideoGetBuffers(const VideoStream *); - /// Raise the frontend window -extern int VideoRaiseWindow(); + /// Set DPMS at Blackscreen switch +extern void SetDPMSatBlackScreen(int); + + /// Raise the frontend window +extern int VideoRaiseWindow(void); /// @} |