changeset 6125:018a0d7dddd4

-vm -fs fix by Tobias Diedrich <ranma@gmx.at>
author arpi
date Sun, 19 May 2002 23:31:10 +0000
parents 12b1f920c1f4
children 35eb2b9c7d9c
files libvo/vo_xv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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