[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
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.489,1.490
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.97,1.98 vo_xmga.c,1.60,1.61 vo_xv.c,1.78,1.79 x11_common.c,1.69,1.70 x11_common.h,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.489,1.490
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.97,1.98 vo_xmga.c,1.60,1.61 vo_xv.c,1.78,1.79 x11_common.c,1.69,1.70 x11_common.h,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list