# HG changeset patch # User pontscho # Date 999109461 0 # Node ID 6f35d37af91cd30e52e98b739f3f94953f76ea13 # Parent 9621e4d14c6d2037d6224a08636ecc6c96044018 *** empty log message *** diff -r 9621e4d14c6d -r 6f35d37af91c Gui/mplayer/play.c --- a/Gui/mplayer/play.c Wed Aug 29 17:48:06 2001 +0000 +++ b/Gui/mplayer/play.c Wed Aug 29 18:24:21 2001 +0000 @@ -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 );