summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-20 16:17:06 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-20 16:17:06 +0000
commit3a54af84ad23299af43ad955fce5b82eb1a209c8 (patch)
tree8c0ea59b5cd06c6ba624bbe2e3d3e4b5d79ff56f /libvo
parent4f5303a7fe6c8182c84ace3af66e045cf2a8f5a3 (diff)
downloadmpv-3a54af84ad23299af43ad955fce5b82eb1a209c8.tar.bz2
mpv-3a54af84ad23299af43ad955fce5b82eb1a209c8.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
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)