summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorcyril <>2013-03-06 17:07:30 +0100
committerJohns <johns98@gmx.net>2013-03-06 17:07:30 +0100
commita747829ffb807a7e75b6a11128e1dfe5d95948f9 (patch)
tree67a1b457f3a96529299bab45b4b57533beff78ef /video.h
parent7db63875d0198c92e0ab554147ad78f88623b173 (diff)
downloadvdr-plugin-softhddevice-a747829ffb807a7e75b6a11128e1dfe5d95948f9.tar.gz
vdr-plugin-softhddevice-a747829ffb807a7e75b6a11128e1dfe5d95948f9.tar.bz2
Adds raise softhddevice video window support.
Diffstat (limited to 'video.h')
-rw-r--r--video.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/video.h b/video.h
index e8cf330..5e27b73 100644
--- a/video.h
+++ b/video.h
@@ -40,6 +40,7 @@ typedef struct __video_stream__ VideoStream;
extern char VideoHardwareDecoder; ///< flag use hardware decoder
extern char VideoIgnoreRepeatPict; ///< disable repeat pict warning
extern int VideoAudioDelay; ///< audio/video delay
+extern char ConfigStartX11Server; ///< flag start the x11 server
//----------------------------------------------------------------------------
// Prototypes
@@ -220,4 +221,7 @@ extern int VideoDecodeInput(VideoStream *);
/// Get number of input buffers.
extern int VideoGetBuffers(const VideoStream *);
+ /// Raise the frontend window
+extern int VideoRaiseWindow();
+
/// @}