CVS: main mplayer.c,1.489,1.490
Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv925 Modified Files: mplayer.c Log Message: fix xmga fs, resize to movie size and mouse auto hide + dga Index: mplayer.c =================================================================== RCS file: /cvsroot/mplayer/main/mplayer.c,v retrieving revision 1.489 retrieving revision 1.490 diff -u -r1.489 -r1.490 --- mplayer.c 2 May 2002 23:40:31 -0000 1.489 +++ mplayer.c 3 May 2002 20:57:11 -0000 1.490 @@ -1319,7 +1319,6 @@ #ifdef HAVE_NEW_GUI if ( use_gui ) { - guiGetEvent( guiSetShVideo,(char *)sh_video ); guiGetEvent( guiSetFileName,filename ); guiIntfStruct.StreamType=stream->type; if ( sh_audio ) guiIntfStruct.AudioType=sh_audio->channels; else guiIntfStruct.AudioType=0;
participants (1)
-
Zoltan Ponekker