comparison Gui/mplayer/play.c @ 4797:b1a2469e78ac

10l+
author pontscho
date Thu, 21 Feb 2002 21:20:52 +0000
parents b013d01d9968
children c39affa2b376
comparison
equal deleted inserted replaced
4796:b4580c55d8bc 4797:b1a2469e78ac
124 } 124 }
125 } 125 }
126 126
127 void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height ) 127 void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height )
128 { 128 {
129 // printf( "----resize---> %dx%d --- \n",width,height );
130 vo_setwindowsize( width,height );
131 vo_resize=1;
132 } 129 }
133 130
134 void mplMPlayerInit( int argc,char* argv[], char *envp[] ) 131 void mplMPlayerInit( int argc,char* argv[], char *envp[] )
135 { 132 {
136 struct sigaction sa; 133 struct sigaction sa;