# HG changeset patch # User pontscho # Date 988091889 0 # Node ID a188733d60dee6dd16c69e3ad65e2f4d3dd69c7e # Parent ebd2d0bba43db594d4b86188c036e52a922624cd -xy-x-y bug fixed. diff -r ebd2d0bba43d -r a188733d60de libvo/vo_xv.c --- 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;