Force window placement also if -xineramascreen was set >= 0,

not only if -geometry was given.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31315 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-06-04 17:10:38 +00:00
parent 9e2e3a1cb8
commit f0e84a0b23
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ int config_video_out(const vo_functions_t *vo, uint32_t width, uint32_t height,
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;