fix fullscreen

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1748 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-08-29 15:43:29 +00:00
parent 89f3eef985
commit 82c25a6ae7
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}