summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-08 20:24:35 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-08 20:24:35 +0000
commit5a26c56aade3af88923779a0343a1d6a5b00c0db (patch)
treeda2b653d8d9b0e9cfb370d012250f8ac825e7ede /libvo/vo_x11.c
parentb5322c7eb861d3dc67c4ec39f350d763b266fb84 (diff)
downloadmpv-5a26c56aade3af88923779a0343a1d6a5b00c0db.tar.bz2
mpv-5a26c56aade3af88923779a0343a1d6a5b00c0db.tar.xz
-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
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c4
1 files changed, 2 insertions, 2 deletions
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