changeset 1747:e955ee46d3e0

fix fullscreen
author pontscho
date Wed, 29 Aug 2001 15:43:29 +0000
parents 6e7da6f362ab
children 63b6876090da
files Gui/mplayer/play.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/play.c	Wed Aug 29 15:09:19 2001 +0000
+++ b/Gui/mplayer/play.c	Wed Aug 29 15:43:29 2001 +0000
@@ -91,7 +91,8 @@
 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;
 
 }