1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

fix video vindov background

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5957 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2002-05-03 21:44:11 +00:00
parent b6004b1b7c
commit 4a665fa1a1

View File

@ -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:
{