diff libvo/vo_xv.c @ 9517:d65ddafbc404

clean up of -geometry code. disabled -geometry for all but -vo xv (will be fixed later)
author attila
date Sun, 02 Mar 2003 21:09:15 +0000
parents 007a1bdce1f4
children 99b58133c376
line wrap: on
line diff
--- a/libvo/vo_xv.c	Sun Mar 02 15:58:25 2003 +0000
+++ b/libvo/vo_xv.c	Sun Mar 02 21:09:15 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);
+ geometry(&vo_dx, &vo_dy, &d_width, &d_height, vo_screenwidth, vo_screenheight);
  vo_dwidth=d_width; vo_dheight=d_height;
      
 #ifdef HAVE_XF86VM