diff Gui/interface.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 f9fe22a52e80
children 1e6273906977
line wrap: on
line diff
--- a/Gui/interface.c	Fri May 03 20:29:20 2002 +0000
+++ b/Gui/interface.c	Fri May 03 20:57:13 2002 +0000
@@ -96,12 +96,10 @@
 	wsPostRedisplay( &appMPlayer.subWindow );
 	break;
    case guiSetShVideo:
-        if ( arg )
 	 {
-	  tmp_sh_video_t * sh_video = (tmp_sh_video_t *)arg;
 	  mplResizeToMovieSize( vo_dwidth,vo_dheight );
-	  guiIntfStruct.MovieWidth=sh_video->disp_w;
-	  guiIntfStruct.MovieHeight=sh_video->disp_h;
+	  guiIntfStruct.MovieWidth=vo_dwidth;
+	  guiIntfStruct.MovieHeight=vo_dwidth;
          }
 	break;
 #ifdef USE_DVDREAD