mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 17:42:17 +00:00
Merge svn change r31315
This commit is contained in:
commit
9ce39d6807
@ -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;
|
vo->dy = (int)(opts->vo_screenheight - d_height) / 2;
|
||||||
geometry(&vo->dx, &vo->dy, &d_width, &d_height,
|
geometry(&vo->dx, &vo->dy, &d_width, &d_height,
|
||||||
opts->vo_screenwidth, opts->vo_screenheight);
|
opts->vo_screenwidth, opts->vo_screenheight);
|
||||||
|
geometry_xy_changed |= xinerama_screen >= 0;
|
||||||
vo->dx += xinerama_x;
|
vo->dx += xinerama_x;
|
||||||
vo->dy += xinerama_y;
|
vo->dy += xinerama_y;
|
||||||
vo->dwidth = d_width;
|
vo->dwidth = d_width;
|
||||||
|
Loading…
Reference in New Issue
Block a user