[Mplayer-cvslog] CVS: main/Gui interface.c,1.11,1.12

Zoltan Ponekker pontscho at mplayerhq.hu
Fri May 3 22:57:15 CEST 2002


Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv925/Gui

Modified Files:
	interface.c 
Log Message:
fix xmga fs, resize to movie size and mouse auto hide + dga

Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- interface.c	3 May 2002 13:12:46 -0000	1.11
+++ interface.c	3 May 2002 20:57:12 -0000	1.12
@@ -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




More information about the MPlayer-cvslog mailing list