[Mplayer-cvslog] CVS: main/Gui interface.c,1.90,1.91
Attila Kinali CVS
attila at mplayerhq.hu
Thu Jan 29 12:04:37 CET 2004
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv5051/Gui
Modified Files:
interface.c
Log Message:
fix broken fullscreen start of gmplayer
patch by Joe Drago <joe at gotdoofed.com>
Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- interface.c 8 Nov 2003 00:26:44 -0000 1.90
+++ interface.c 29 Jan 2004 11:04:35 -0000 1.91
@@ -291,6 +291,7 @@
btnModify( evFullScreen,btnPressed );
}
#else
+ if ( !fullscreen ) fullscreen=gtkLoadFullscreen;
if ( gtkShowVideoWindow )
{
wsVisibleWindow( &appMPlayer.subWindow,wsShowWindow );
More information about the MPlayer-cvslog
mailing list