summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 15:43:29 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 15:43:29 +0000
commit82c25a6ae705955ed792d69e22fe2b2a7c8bbcc8 (patch)
treec4e6ddaf027d503315c52cdebfd719ca6c020db3 /Gui
parent89f3eef9850229298dd5e2fb8ce9a98024a9bd5d (diff)
downloadmpv-82c25a6ae705955ed792d69e22fe2b2a7c8bbcc8.tar.bz2
mpv-82c25a6ae705955ed792d69e22fe2b2a7c8bbcc8.tar.xz
fix fullscreen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1748 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/play.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index 3cbfd63f4a..450e2c5dce 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -91,7 +91,8 @@ printf("%%%%%% PAUSE \n");
void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height )
{
-printf("mplResize(%d,%d,%d,%d) \n",X,Y,width,height);
+//printf("mplResize(%d,%d,%d,%d) \n",X,Y,width,height);
+ vo_setwindowsize( width,height );
vo_resize=1;
}