From 3a54af84ad23299af43ad955fce5b82eb1a209c8 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 20 Apr 2006 16:17:06 +0000 Subject: 10l, aspect_save_screenres must be always called in update_xinerama_info. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18161 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 9d2daaba35..1db075b366 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -396,8 +396,8 @@ void update_xinerama_info(void) { XFree(screens); } - aspect_save_screenres(vo_screenwidth, vo_screenheight); #endif + aspect_save_screenres(vo_screenwidth, vo_screenheight); } int vo_init(void) -- cgit v1.2.3