[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.56,1.57
Zoltan Ponekker
pontscho at mplayerhq.hu
Tue Apr 30 00:00:51 CEST 2002
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv19770/Gui/mplayer
Modified Files:
play.c
Log Message:
fix fullscreen bug es ilyen libvo not initialized bug with gui igy
Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- play.c 19 Apr 2002 10:56:26 -0000 1.56
+++ play.c 29 Apr 2002 22:00:48 -0000 1.57
@@ -31,6 +31,7 @@
{
static int sx,sy;
+#if 0
// if ( !guiIntfStruct.Playing )
{
wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
@@ -52,7 +53,10 @@
vo_fs=appMPlayer.subWindow.isFullScreen;
wsVisibleWindow( &appMPlayer.subWindow,wsShowWindow );
}// else { vo_x11_fullscreen(); appMPlayer.subWindow.isFullScreen=vo_fs; }
-
+#else
+ wsFullScreen( &appMPlayer.subWindow );
+#endif
+
fullscreen=appMPlayer.subWindow.isFullScreen;
if ( guiIntfStruct.Playing ) wsSetBackgroundRGB( &appMPlayer.subWindow,0,0,0 );
else wsSetBackgroundRGB( &appMPlayer.subWindow,appMPlayer.subR,appMPlayer.subG,appMPlayer.subB );
More information about the MPlayer-cvslog
mailing list