[Mplayer-cvslog] CVS: main/Gui interface.c,1.91,1.92

Zoltan Ponekker syncmail at mplayerhq.hu
Tue Feb 3 20:02:47 CET 2004


CVS change done by Zoltan Ponekker

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

Modified Files:
	interface.c 
Log Message:
'video window vanishes after pause' bugfix, based on André Kühne's (andre.kuehne at gmx.net) bugreport

Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- interface.c	29 Jan 2004 11:04:35 -0000	1.91
+++ interface.c	3 Feb 2004 19:02:45 -0000	1.92
@@ -516,7 +516,7 @@
 	 {
 	  case guiSetPlay: 
 	       guiIntfStruct.Playing=1;
-	       if ( !gtkShowVideoWindow ) wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
+//	       if ( !gtkShowVideoWindow ) wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
 	       break;
 	  case guiSetStop:
 	       guiIntfStruct.Playing=0;




More information about the MPlayer-cvslog mailing list