[MPlayer-cvslog] r31315 - trunk/libvo/video_out.c
reimar
subversion at mplayerhq.hu
Fri Jun 4 19:10:38 CEST 2010
Author: reimar
Date: Fri Jun 4 19:10:38 2010
New Revision: 31315
Log:
Force window placement also if -xineramascreen was set >= 0,
not only if -geometry was given.
Modified:
trunk/libvo/video_out.c
Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c Thu Jun 3 23:50:08 2010 (r31314)
+++ trunk/libvo/video_out.c Fri Jun 4 19:10:38 2010 (r31315)
@@ -356,6 +356,7 @@ int config_video_out(const vo_functions_
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;
More information about the MPlayer-cvslog
mailing list