diff libvo/vo_x11.c @ 6016:be9cd7d845c2

-zoom, -fs with x[11|mga|v] fix -- round two
author pontscho
date Wed, 08 May 2002 20:24:35 +0000
parents 7f6e02a16ac4
children 4dc96c97ac07
line wrap: on
line diff
--- a/libvo/vo_x11.c	Wed May 08 19:21:36 2002 +0000
+++ b/libvo/vo_x11.c	Wed May 08 20:24:35 2002 +0000
@@ -296,8 +296,8 @@
 //	hint.width=d_width;
 //	hint.height=d_height;
 //    }else{
-//	hint.width=width;
-//	hint.height=height;
+	hint.width=width;
+	hint.height=height;
 //    }
  
 #ifdef HAVE_XF86VM