[Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.50,1.51 widgets.c,1.18,1.19
Zoltan Ponekker
pontscho at mplayer.dev.hu
Sun Apr 7 20:00:44 CEST 2002
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv16733/Gui/mplayer
Modified Files:
mw.h widgets.c
Log Message:
small bugfixes...
Index: mw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- mw.h 11 Mar 2002 09:19:14 -0000 1.50
+++ mw.h 7 Apr 2002 18:00:41 -0000 1.51
@@ -359,6 +359,7 @@
appMPlayer.subWindow.OldY=( wsMaxY - guiIntfStruct.MovieHeight ) / 2;
appMPlayer.subWindow.OldWidth=guiIntfStruct.MovieWidth; appMPlayer.subWindow.OldHeight=guiIntfStruct.MovieHeight;
wsFullScreen( &appMPlayer.subWindow );
+ vo_fs=0;
}
break;
case evDoubleSize:
@@ -369,6 +370,7 @@
appMPlayer.subWindow.OldY=( wsMaxY - guiIntfStruct.MovieHeight * 2 ) / 2;
appMPlayer.subWindow.OldWidth=guiIntfStruct.MovieWidth * 2; appMPlayer.subWindow.OldHeight=guiIntfStruct.MovieHeight * 2;
wsFullScreen( &appMPlayer.subWindow );
+ vo_fs=0;
}
break;
case evFullScreen:
Index: widgets.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/widgets.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- widgets.c 6 Mar 2002 18:42:56 -0000 1.18
+++ widgets.c 7 Apr 2002 18:00:41 -0000 1.19
@@ -66,7 +66,7 @@
{
gtk_set_locale();
gtk_init( &argc,&argv );
- gdk_set_use_xshm( TRUE );
+ gdk_set_use_xshm( FALSE );
widgetsCreate();
}
More information about the MPlayer-cvslog
mailing list