comparison mplayer.c @ 5955:caac20b1ca79

fix xmga fs, resize to movie size and mouse auto hide + dga
author pontscho
date Fri, 03 May 2002 20:57:13 +0000
parents fb3a76edddf1
children 4d868c3c9fff
comparison
equal deleted inserted replaced
5954:70b326241d52 5955:caac20b1ca79
1317 fflush(stdout); 1317 fflush(stdout);
1318 1318
1319 #ifdef HAVE_NEW_GUI 1319 #ifdef HAVE_NEW_GUI
1320 if ( use_gui ) 1320 if ( use_gui )
1321 { 1321 {
1322 guiGetEvent( guiSetShVideo,(char *)sh_video );
1323 guiGetEvent( guiSetFileName,filename ); 1322 guiGetEvent( guiSetFileName,filename );
1324 guiIntfStruct.StreamType=stream->type; 1323 guiIntfStruct.StreamType=stream->type;
1325 if ( sh_audio ) guiIntfStruct.AudioType=sh_audio->channels; else guiIntfStruct.AudioType=0; 1324 if ( sh_audio ) guiIntfStruct.AudioType=sh_audio->channels; else guiIntfStruct.AudioType=0;
1326 if ( !sh_video && sh_audio ) guiGetEvent( guiSetAudioOnly,1 ); else guiGetEvent( guiSetAudioOnly,0 ); 1325 if ( !sh_video && sh_audio ) guiGetEvent( guiSetAudioOnly,1 ); else guiGetEvent( guiSetAudioOnly,0 );
1327 #ifdef USE_DVDREAD 1326 #ifdef USE_DVDREAD