# HG changeset patch # User pontscho # Date 999200648 0 # Node ID d94471abe4caef7b776d90aed1e44827944af303 # Parent 2e406cbf4f4b65389ebd67a87738c3282e1822d5 redaw fix diff -r 2e406cbf4f4b -r d94471abe4ca Gui/mplayer/sw.h --- a/Gui/mplayer/sw.h Thu Aug 30 16:52:57 2001 +0000 +++ b/Gui/mplayer/sw.h Thu Aug 30 19:44:08 2001 +0000 @@ -6,8 +6,9 @@ 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 ) {