changeset 611:a188733d60de

-xy-x-y bug fixed.
author pontscho
date Tue, 24 Apr 2001 05:58:09 +0000
parents ebd2d0bba43d
children 77e0094f0cce
files libvo/vo_xv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xv.c	Tue Apr 24 02:28:45 2001 +0000
+++ b/libvo/vo_xv.c	Tue Apr 24 05:58:09 2001 +0000
@@ -118,8 +118,8 @@
 
  hint.x = 0;
  hint.y = 0;
- hint.width = image_width;
- hint.height = image_height;
+ hint.width = d_width;
+ hint.height = d_height;
  if ( fullscreen )
   {
    hint.width=vo_screenwidth;