# HG changeset patch # User arpi # Date 1028144433 0 # Node ID 21186a5514b4ad6f891e3b0e0e9a2a72bf0c2864 # Parent 397e7a1860f95af5aec6d8a5334f25f56b50e049 initial window size (-xy) fixed - patch by Kazunori Ueno diff -r 397e7a1860f9 -r 21186a5514b4 libvo/vo_x11.c --- a/libvo/vo_x11.c Wed Jul 31 13:26:46 2002 +0000 +++ b/libvo/vo_x11.c Wed Jul 31 19:40:33 2002 +0000 @@ -259,7 +259,7 @@ srcW= width; srcH= height; vo_dx=( vo_screenwidth - d_width ) / 2; vo_dy=( vo_screenheight - d_height ) / 2; - vo_dwidth=width; vo_dheight=height; + vo_dwidth=d_width; vo_dheight=d_height; if( flags&0x03 ) fullscreen = 1; if( flags&0x02 ) vm = 1;