summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/play.c')
-rw-r--r--Gui/mplayer/play.c8
1 files changed, 4 insertions, 4 deletions
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 );