redaw fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1782 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-08-30 19:44:08 +00:00
parent 0cf0adb013
commit d6f7221fd8
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ int mplSubMoved = 0;
void mplSubDraw( wsParamDisplay )
{
if ( !appMPlayer.subWindow.Visible ) return;
if ( mplShMem->Playing ) { vo_expose=1; return; }
if ( appMPlayer.subWindow.Visible == wsWindowNotVisible ) return;
if ( ( mplShMem->Playing )&&( appMPlayer.subWindow.State == wsWindowExpose ) )
{ appMPlayer.subWindow.State=0; vo_expose=1; return; }
if ( mplSubRender )
{