[Mplayer-cvslog] CVS: main/Gui/mplayer sw.h,1.24,1.25

Zoltan Ponekker pontscho at mplayer.dev.hu
Thu Dec 13 00:53:47 CET 2001


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

Modified Files:
	sw.h 
Log Message:
fs windows switch fix

Index: sw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/sw.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sw.h	12 Dec 2001 23:15:15 -0000	1.24
+++ sw.h	12 Dec 2001 23:53:44 -0000	1.25
@@ -55,16 +55,9 @@
    case wsPLMouseButton:
           if ( appMPlayer.subWindow.isFullScreen )
 	   {
-//            if( SubVisible++%2 )
-//             {
-              wsMoveTopWindow( &appMPlayer.mainWindow );
-              fprintf( stderr,"[sw] MAIN TOP\n" );
-//             }
-//             else
-//              {
-//               wsMoveTopWindow( &appMPlayer.subWindow );
-//               fprintf( stderr,"[sw] SUB TOP\n" );
-//              }
+            if( ++SubVisible%2 ) wsMoveTopWindow( &appMPlayer.mainWindow );
+             else wsMoveTopWindow( &appMPlayer.subWindow );
+            mplSubMoved=1;
 	    break;
 	   }
 	  if ( gtkShMem->visiblepopupmenu ) gtkSendMessage( evHidePopUpMenu );




More information about the MPlayer-cvslog mailing list