diff 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
line wrap: on
line diff
--- a/mplayer.c	Fri May 03 20:29:20 2002 +0000
+++ b/mplayer.c	Fri May 03 20:57:13 2002 +0000
@@ -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;