changeset 1757:6f35d37af91c

*** empty log message ***
author pontscho
date Wed, 29 Aug 2001 18:24:21 +0000
parents 9621e4d14c6d
children c0aba1ddd7be
files Gui/mplayer/play.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 );