[Mplayer-cvslog] CVS: main/Gui/mplayer sw.h,1.4,1.5
    Zoltan Ponekker 
    pontscho at mplayer.dev.hu
       
    Thu Aug 30 21:44:14 CEST 2001
    
    
  
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv30633
Modified Files:
	sw.h 
Log Message:
redaw fix
Index: sw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/sw.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sw.h	30 Aug 2001 16:50:03 -0000	1.4
+++ sw.h	30 Aug 2001 19:44:08 -0000	1.5
@@ -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 )
   {
    
    
More information about the MPlayer-cvslog
mailing list