changeset 6704:fbb02e1b53c8

Silly me, vo_x11 doesn't use my aspect code!
author atmos4
date Thu, 11 Jul 2002 16:14:55 +0000
parents feeaffcce1fa
children 68506f182491
files libvo/vo_x11.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_x11.c	Thu Jul 11 13:05:53 2002 +0000
+++ b/libvo/vo_x11.c	Thu Jul 11 16:14:55 2002 +0000
@@ -306,7 +306,6 @@
 	vo_dy=(vo_screenheight-modeline_height)/2;
 	vo_dwidth=modeline_width;
 	vo_dheight=modeline_height;
-        aspect_save_screenres(modeline_width,modeline_height);
    }
 #endif
     bg=WhitePixel( mDisplay,mScreen );