changeset 31249:868e5c480af6

Force window placement also if -xineramascreen was set >= 0, not only if -geometry was given.
author reimar
date Fri, 04 Jun 2010 17:10:38 +0000
parents 05f2b2395578
children a7c91e121d79
files libvo/video_out.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Thu Jun 03 21:50:08 2010 +0000
+++ b/libvo/video_out.c	Fri Jun 04 17:10:38 2010 +0000
@@ -356,6 +356,7 @@
   vo_dy = (int)(vo_screenheight - d_height) / 2;
   geometry(&vo_dx, &vo_dy, &d_width, &d_height,
            vo_screenwidth, vo_screenheight);
+  geometry_xy_changed |= xinerama_screen >= 0;
   vo_dx += xinerama_x;
   vo_dy += xinerama_y;
   vo_dwidth = d_width;