# HG changeset patch # User reimar # Date 1275671438 0 # Node ID 868e5c480af60f1d387ae8ea2ff4e501a6988055 # Parent 05f2b2395578a9db0e5016a5b66af114217c1cb9 Force window placement also if -xineramascreen was set >= 0, not only if -geometry was given. diff -r 05f2b2395578 -r 868e5c480af6 libvo/video_out.c --- 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;