diff libvo/vo_xv.c @ 6125:018a0d7dddd4

-vm -fs fix by Tobias Diedrich <ranma@gmx.at>
author arpi
date Sun, 19 May 2002 23:31:10 +0000
parents 891cff8aba60
children 9676d7735332
line wrap: on
line diff
--- a/libvo/vo_xv.c	Sun May 19 23:25:40 2002 +0000
+++ b/libvo/vo_xv.c	Sun May 19 23:31:10 2002 +0000
@@ -381,6 +381,7 @@
 	hint.y=(vo_screenheight-modeline_height)/2;
 	hint.width=modeline_width;
 	hint.height=modeline_height;
+	aspect_save_screenres(modeline_width,modeline_height);
       }
     else
 #endif