diff Gui/mplayer/sw.h @ 6146:b9651eb9749e

fix some gtk bug...
author pontscho
date Mon, 20 May 2002 13:56:16 +0000
parents b5fb9a927bf3
children f554e7271587
line wrap: on
line diff
--- a/Gui/mplayer/sw.h	Mon May 20 13:39:23 2002 +0000
+++ b/Gui/mplayer/sw.h	Mon May 20 13:56:16 2002 +0000
@@ -64,8 +64,8 @@
    case wsRLMouseButton:
           if ( ( !mplSubMoved )&&( appMPlayer.subWindow.isFullScreen ) )
            {
-            if( SubVisible++%2 ) wsMoveTopWindow( &appMPlayer.mainWindow );
-             else wsMoveTopWindow( &appMPlayer.subWindow );
+            if( SubVisible++%2 ) wsMoveTopWindow( wsDisplay,appMPlayer.mainWindow.WindowID );
+             else wsMoveTopWindow( wsDisplay,appMPlayer.subWindow.WindowID );
 	   }
           msButton=0;
           mplSubMoved=0;