[Mplayer-cvslog] CVS: main/Gui/mplayer sw.h,1.11,1.12

Zoltan Ponekker pontscho at mplayer.dev.hu
Tue Sep 4 18:05:29 CEST 2001


Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv18207

Modified Files:
	sw.h 
Log Message:
fixx fullscreen kattingatas.

Index: sw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/sw.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sw.h	4 Sep 2001 15:20:59 -0000	1.11
+++ sw.h	4 Sep 2001 16:05:25 -0000	1.12
@@ -6,10 +6,7 @@
 
 void mplSubDraw( wsParamDisplay )
 {
- if ( appMPlayer.subWindow.State == wsFocused ||
-      appMPlayer.subWindow.State ==
- 
- ) SubVisible=0;
+ if ( appMPlayer.subWindow.State == wsWindowFocusIn ) SubVisible=0;
  
  if ( !appMPlayer.subWindow.Mapped ||
       appMPlayer.subWindow.Visible == wsWindowNotVisible ) return;
@@ -72,7 +69,7 @@
            }
           break;
    case wsRLMouseButton:
-          if ( ( !mplSubMoved )&&( !( SubVisible++%2 ) ) ) wsMoveTopWindow( &appMPlayer.mainWindow );
+          if ( ( !mplSubMoved )&&( ( SubVisible++%2 ) ) ) wsMoveTopWindow( &appMPlayer.mainWindow );
           msButton=0;
           mplSubMoved=0;
           break;




More information about the MPlayer-cvslog mailing list