diff Gui/mplayer/sw.h @ 5997:b5fb9a927bf3

add WM detection, and wm specific fullscreen code. (???)
author pontscho
date Mon, 06 May 2002 15:05:07 +0000
parents 60cf2bca993f
children b9651eb9749e
line wrap: on
line diff
--- a/Gui/mplayer/sw.h	Mon May 06 13:04:36 2002 +0000
+++ b/Gui/mplayer/sw.h	Mon May 06 15:05:07 2002 +0000
@@ -44,13 +44,6 @@
           break;
 // ---
    case wsPLMouseButton:
-          if ( appMPlayer.subWindow.isFullScreen )
-           {
-            if( ++SubVisible%2 ) wsMoveTopWindow( &appMPlayer.mainWindow );
-             else wsMoveTopWindow( &appMPlayer.subWindow );
-            mplSubMoved=1;
-            break;
-           }
           gtkShow( evHidePopUpMenu,NULL );
           sx=X; sy=Y;
           msButton=wsPLMouseButton;
@@ -69,32 +62,11 @@
            }
           break;
    case wsRLMouseButton:
-          if ( !mplSubMoved )
+          if ( ( !mplSubMoved )&&( appMPlayer.subWindow.isFullScreen ) )
            {
-#if 0
-            if( SubVisible++%2 )
-             {
-              wsMoveTopWindow( &appMPlayer.mainWindow );
-              fprintf( stderr,"[sw] MAIN TOP\n" );
-             }
-             else
-              {
-               wsMoveTopWindow( &appMPlayer.subWindow );
-               fprintf( stderr,"[sw] SUB TOP\n" );
-              }
-#else
-	    if ( appMPlayer.subWindow.Focused == 2 )
-             {
-              wsMoveTopWindow( &appMPlayer.mainWindow );
-              fprintf( stderr,"[sw] MAIN TOP\n" );
-             }
-             else
-              {
-               wsMoveTopWindow( &appMPlayer.subWindow );
-               fprintf( stderr,"[sw] SUB TOP\n" );
-              }
-#endif
-           }
+            if( SubVisible++%2 ) wsMoveTopWindow( &appMPlayer.mainWindow );
+             else wsMoveTopWindow( &appMPlayer.subWindow );
+	   }
           msButton=0;
           mplSubMoved=0;
           break;