diff libvo/vo_x11.c @ 6704:fbb02e1b53c8

Silly me, vo_x11 doesn't use my aspect code!
author atmos4
date Thu, 11 Jul 2002 16:14:55 +0000
parents 9291268a3603
children 21186a5514b4
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 );