# HG changeset patch # User pontscho # Date 999099809 0 # Node ID e955ee46d3e0fdd012142ae40cf5cbb2963a4ab8 # Parent 6e7da6f362ab6847f3cad13743fab6331fcfada8 fix fullscreen diff -r 6e7da6f362ab -r e955ee46d3e0 Gui/mplayer/play.c --- 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; }