diff -aur ../mplayer-checkout-2007-06-15/gui/mplayer/play.c ./gui/mplayer/play.c --- ../mplayer-checkout-2007-06-15/gui/mplayer/play.c 2007-06-15 08:15:04.000000000 +0400 +++ ./gui/mplayer/play.c 2007-06-15 15:23:37.000000000 +0400 @@ -56,7 +56,7 @@ } if ( guiIntfStruct.Playing || gtkShowVideoWindow ) wsFullScreen( &appMPlayer.subWindow ); fullscreen=vo_fs=appMPlayer.subWindow.isFullScreen; - wsSetLayer( wsDisplay,appMPlayer.mainWindow.WindowID,appMPlayer.subWindow.isFullScreen ); + //wsSetLayer( wsDisplay,appMPlayer.mainWindow.WindowID,appMPlayer.subWindow.isFullScreen ); if ( appMPlayer.menuIsPresent ) wsSetLayer( wsDisplay,appMPlayer.menuWindow.WindowID,appMPlayer.subWindow.isFullScreen ); if ( guiIntfStruct.Playing ) wsSetBackgroundRGB( &appMPlayer.subWindow,0,0,0 );