[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.132,1.133
Attila Kinali CVS
attila at mplayerhq.hu
Sun Aug 31 14:34:23 CEST 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv29267/libvo
Modified Files:
vo_x11.c
Log Message:
geometry support for x11
Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- vo_x11.c 1 Jun 2003 21:59:28 -0000 1.132
+++ vo_x11.c 31 Aug 2003 12:33:01 -0000 1.133
@@ -245,6 +245,7 @@
srcW= width;
srcH= height;
vo_dx=( vo_screenwidth - d_width ) / 2; vo_dy=( vo_screenheight - d_height ) / 2;
+ geometry(&vo_dx, &vo_dy, &d_width, &d_height, vo_screenwidth, vo_screenheight);
vo_dwidth=d_width; vo_dheight=d_height;
if( flags&0x03 ) fullscreen = 1;
More information about the MPlayer-cvslog
mailing list