Mercurial > mplayer.hg
changeset 6858:21186a5514b4
initial window size (-xy) fixed - patch by Kazunori Ueno <jagarl@creator.club.ne.jp>
author | arpi |
---|---|
date | Wed, 31 Jul 2002 19:40:33 +0000 |
parents | 397e7a1860f9 |
children | ed26b2d781e9 |
files | libvo/vo_x11.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;