summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authormaster_red <>2015-08-10 15:32:25 +0200
committerJohns <johns98@gmx.net>2015-08-10 15:32:25 +0200
commit700c8e8767e4632a63123b004c304892b31b5074 (patch)
tree98d9cd5769fde3916d49aef153f226730bab3e35 /video.h
parentec58e456072d962a18cb50f4324d266ba4a2aae8 (diff)
downloadvdr-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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/video.h b/video.h
index baa16dc..7b676db 100644
--- a/video.h
+++ b/video.h
@@ -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);
/// @}