[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.113,1.114
Arpi of Ize
arpi at mplayerhq.hu
Wed Jul 31 21:40:44 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv2312
Modified Files:
vo_x11.c
Log Message:
initial window size (-xy) fixed - patch by Kazunori Ueno <jagarl at creator.club.ne.jp>
Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- vo_x11.c 11 Jul 2002 16:14:55 -0000 1.113
+++ vo_x11.c 31 Jul 2002 19:40:33 -0000 1.114
@@ -259,7 +259,7 @@
srcW= width;
srcH= height;
vo_dx=( vo_screenwidth - d_width ) / 2; vo_dy=( vo_screenheight - d_height ) / 2;
- vo_dwidth=width; vo_dheight=height;
+ vo_dwidth=d_width; vo_dheight=d_height;
if( flags&0x03 ) fullscreen = 1;
if( flags&0x02 ) vm = 1;
More information about the MPlayer-cvslog
mailing list