comparison Gui/mplayer/play.c @ 1747:e955ee46d3e0

fix fullscreen
author pontscho
date Wed, 29 Aug 2001 15:43:29 +0000
parents b266f763cad3
children 9621e4d14c6d
comparison
equal deleted inserted replaced
1746:6e7da6f362ab 1747:e955ee46d3e0
89 } 89 }
90 90
91 void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height ) 91 void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height )
92 { 92 {
93 93
94 printf("mplResize(%d,%d,%d,%d) \n",X,Y,width,height); 94 //printf("mplResize(%d,%d,%d,%d) \n",X,Y,width,height);
95 vo_setwindowsize( width,height );
95 vo_resize=1; 96 vo_resize=1;
96 97
97 } 98 }
98 99
99 void mplMPlayerInit( int argc,char* argv[], char *envp[] ) 100 void mplMPlayerInit( int argc,char* argv[], char *envp[] )