changeset 18160:03bc3385a845

10l, aspect_save_screenres must be always called in update_xinerama_info.
author reimar
date Thu, 20 Apr 2006 16:17:06 +0000
parents e010214659b1
children 516d7874450b
files libvo/x11_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Thu Apr 20 09:23:13 2006 +0000
+++ b/libvo/x11_common.c	Thu Apr 20 16:17:06 2006 +0000
@@ -396,8 +396,8 @@
 
         XFree(screens);
     }
+#endif
     aspect_save_screenres(vo_screenwidth, vo_screenheight);
-#endif
 }
 
 int vo_init(void)