[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.6,1.7
Zoltan Ponekker
pontscho at mplayer.dev.hu
Wed Aug 29 20:24:23 CEST 2001
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv18179
Modified Files:
play.c
Log Message:
Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- play.c 29 Aug 2001 17:48:06 -0000 1.6
+++ play.c 29 Aug 2001 18:24:21 -0000 1.7
@@ -56,10 +56,10 @@
}
else
{
- mplx=appMPlayer.subWindow.OldX;
- mply=appMPlayer.subWindow.OldY;
- mplwidth=appMPlayer.subWindow.OldWidth;
- mplheight=appMPlayer.subWindow.OldHeight;
+ mplx=appMPlayer.subWindow.X;
+ mply=appMPlayer.subWindow.Y;
+ mplwidth=appMPlayer.subWindow.Width;
+ mplheight=appMPlayer.subWindow.Height;
}
wsFullScreen( &appMPlayer.subWindow );
// wsMoveTopWindow( &appMPlayer.subWindow );
More information about the MPlayer-cvslog
mailing list