[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.130,1.131

Colin Leroy CVS colin at mplayerhq.hu
Fri Jan 3 19:33:39 CET 2003


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

Modified Files:
	vo_xv.c 
Log Message:
10l ;)


Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- vo_xv.c	3 Jan 2003 18:01:49 -0000	1.130
+++ vo_xv.c	3 Jan 2003 18:33:26 -0000	1.131
@@ -282,7 +282,7 @@
  vo_mouse_autohide=1;
 
  vo_dx=( vo_screenwidth - d_width ) / 2; vo_dy=( vo_screenheight - d_height ) / 2;
- geometry(&vo_dx, &vo_dy, vo_screenwidth, vo_screenheight, d_width, d_height,0))
+ geometry(&vo_dx, &vo_dy, vo_screenwidth, vo_screenheight, d_width, d_height,0);
  vo_dwidth=d_width; vo_dheight=d_height;
      
 #ifdef HAVE_XF86VM



More information about the MPlayer-cvslog mailing list