summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-03 21:44:11 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-03 21:44:11 +0000
commit4a665fa1a183a13553d02b0155923e923e714a45 (patch)
treebfc905c7677113bea4128932f36c0b263eddd633 /Gui
parentb6004b1b7c8710c477a62a06ec7c3535c5e5e2cd (diff)
downloadmpv-4a665fa1a183a13553d02b0155923e923e714a45.tar.bz2
mpv-4a665fa1a183a13553d02b0155923e923e714a45.tar.xz
fix video vindov background
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5957 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index 308cc88af9..e346450149 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -94,6 +94,7 @@ void guiGetEvent( int type,char * arg )
break;
case guiReDrawSubWindow:
wsPostRedisplay( &appMPlayer.subWindow );
+ if ( guiIntfStruct.Playing == 1 ) wsSetBackgroundRGB( &appMPlayer.subWindow,0,0,0 );
break;
case guiSetShVideo:
{