diff options
author | cyril <> | 2013-03-06 17:07:30 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-03-06 17:07:30 +0100 |
commit | a747829ffb807a7e75b6a11128e1dfe5d95948f9 (patch) | |
tree | 67a1b457f3a96529299bab45b4b57533beff78ef /softhddev.c | |
parent | 7db63875d0198c92e0ab554147ad78f88623b173 (diff) | |
download | vdr-plugin-softhddevice-a747829ffb807a7e75b6a11128e1dfe5d95948f9.tar.gz vdr-plugin-softhddevice-a747829ffb807a7e75b6a11128e1dfe5d95948f9.tar.bz2 |
Adds raise softhddevice video window support.
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c index 1bb7f2e..209d8d2 100644 --- a/softhddev.c +++ b/softhddev.c @@ -69,9 +69,9 @@ static char VdpauDecoder = 1; ///< vdpau decoder used #endif extern int ConfigAudioBufferTime; ///< config size ms of audio buffer +char ConfigStartX11Server; ///< flag start the x11 server static char ConfigStartSuspended; ///< flag to start in suspend mode static char ConfigFullscreen; ///< fullscreen modus -static char ConfigStartX11Server; ///< flag start the x11 server static const char *X11ServerArguments; ///< default command arguments static char ConfigStillDecoder; ///< hw/sw decoder for still picture |