From 5a26c56aade3af88923779a0343a1d6a5b00c0db Mon Sep 17 00:00:00 2001 From: pontscho Date: Wed, 8 May 2002 20:24:35 +0000 Subject: -zoom, -fs with x[11|mga|v] fix -- round two git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6017 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_x11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo/vo_x11.c') diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 2a346e4da7..7b2b25768e 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -296,8 +296,8 @@ static uint32_t config( uint32_t width,uint32_t height,uint32_t d_width,uint32_t // hint.width=d_width; // hint.height=d_height; // }else{ -// hint.width=width; -// hint.height=height; + hint.width=width; + hint.height=height; // } #ifdef HAVE_XF86VM -- cgit v1.2.3