[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.88,1.89

Zoltan Ponekker syncmail at mplayerhq.hu
Thu Mar 25 22:49:50 CET 2004


CVS change done by Zoltan Ponekker

Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var2/tmp/cvs-serv31885/Gui/mplayer

Modified Files:
	play.c 
Log Message:
patch from Rune <runner at mail.tele.dk>

Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- play.c	26 May 2003 08:45:42 -0000	1.88
+++ play.c	25 Mar 2004 21:49:48 -0000	1.89
@@ -95,11 +95,12 @@
      guiIntfStruct.DVD.current_angle=1;
 #endif
 
-     if ( !appMPlayer.subWindow.isFullScreen )
+     if ( !appMPlayer.subWindow.isFullScreen && gtkShowVideoWindow)
       {
        wsResizeWindow( &appMPlayer.subWindow,appMPlayer.sub.width,appMPlayer.sub.height );
        wsMoveWindow( &appMPlayer.subWindow,True,appMPlayer.sub.x,appMPlayer.sub.y );
       }
+      else wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
      guiGetEvent( guiCEvent,guiSetStop );
      mplSubRender=1;
      wsSetBackgroundRGB( &appMPlayer.subWindow,appMPlayer.sub.R,appMPlayer.sub.G,appMPlayer.sub.B );




More information about the MPlayer-cvslog mailing list