[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
- Previous message: [Mplayer-cvslog] CVS: main cfg-common.h, 1.126, 1.127 cfg-mencoder.h, 1.75, 1.76 cfg-mplayer.h, 1.212, 1.213 mencoder.c, 1.231, 1.232 mplayer.c, 1.744, 1.745
- Next message: [Mplayer-cvslog] CVS: main/Gui/skin skin.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main cfg-common.h, 1.126, 1.127 cfg-mencoder.h, 1.75, 1.76 cfg-mplayer.h, 1.212, 1.213 mencoder.c, 1.231, 1.232 mplayer.c, 1.744, 1.745
- Next message: [Mplayer-cvslog] CVS: main/Gui/skin skin.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list