summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 18:24:21 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 18:24:21 +0000
commita6ec81e03049156ecbdaf12436f1f6eb57688c97 (patch)
tree4c7921ae36a59920840ba6f2bb3f61c01175c140 /Gui
parenta2b1e179a63927b6f430f591efeff6de6e56b629 (diff)
downloadmpv-a6ec81e03049156ecbdaf12436f1f6eb57688c97.tar.bz2
mpv-a6ec81e03049156ecbdaf12436f1f6eb57688c97.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1758 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-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 );