# HG changeset patch # User colin # Date 1041618806 0 # Node ID f3c6f022d6b0387f202efd963915d32d66a43d57 # Parent 68a0f5e7725796e0738e10abaa1314e5842f9fde 10l ;) diff -r 68a0f5e77257 -r f3c6f022d6b0 libvo/vo_xv.c --- a/libvo/vo_xv.c Fri Jan 03 18:01:49 2003 +0000 +++ b/libvo/vo_xv.c Fri Jan 03 18:33:26 2003 +0000 @@ -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