summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-05 23:23:18 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-05 23:23:18 +0300
commit9ce39d680724d3bf411372bddfd06c82248881b6 (patch)
tree8002047481ee3cad9aaf42f05a0ab9f32d39f92c /libvo
parent9b199cda4eb081f38e639ce2eab19e9c8df7f095 (diff)
parentf0e84a0b236c46fe4da05fce52fcfaaba0d02c3f (diff)
downloadmpv-9ce39d680724d3bf411372bddfd06c82248881b6.tar.bz2
mpv-9ce39d680724d3bf411372bddfd06c82248881b6.tar.xz
Merge svn change r31315
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 766dbb6862..a7ce30aeb6 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -460,6 +460,7 @@ int vo_config(struct vo *vo, uint32_t width, uint32_t height,
vo->dy = (int)(opts->vo_screenheight - d_height) / 2;
geometry(&vo->dx, &vo->dy, &d_width, &d_height,
opts->vo_screenwidth, opts->vo_screenheight);
+ geometry_xy_changed |= xinerama_screen >= 0;
vo->dx += xinerama_x;
vo->dy += xinerama_y;
vo->dwidth = d_width;