From a6ec81e03049156ecbdaf12436f1f6eb57688c97 Mon Sep 17 00:00:00 2001 From: pontscho Date: Wed, 29 Aug 2001 18:24:21 +0000 Subject: *** empty log message *** git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1758 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/play.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Gui') diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c index 2569753190..e19323a849 100644 --- a/Gui/mplayer/play.c +++ b/Gui/mplayer/play.c @@ -56,10 +56,10 @@ void mplFullScreen( void ) } 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 ); -- cgit v1.2.3