# HG changeset patch # User pontscho # Date 999619525 0 # Node ID 8eb2be385fd66c03aa2bb279fc8b0fc3d9248b9c # Parent f380ebc3ba89bbec1ee2d3bdba9849f6f10c1e33 fixx fullscreen kattingatas. diff -r f380ebc3ba89 -r 8eb2be385fd6 Gui/mplayer/sw.h --- a/Gui/mplayer/sw.h Tue Sep 04 16:04:04 2001 +0000 +++ b/Gui/mplayer/sw.h Tue Sep 04 16:05:25 2001 +0000 @@ -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;