summaryrefslogtreecommitdiffstats
path: root/video/out/vo_wayland.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-06 23:16:18 +0200
committerwm4 <wm4@nowhere>2014-05-06 23:16:18 +0200
commitb51664c04a2b150085c0bc7d96f60241ee339328 (patch)
tree84cf58ea3d66be2cf8a85951c1dd601025e1f9c4 /video/out/vo_wayland.c
parent41b1ed7b2e227ef27310b0a8d2c6a5772fcf95e8 (diff)
downloadmpv-b51664c04a2b150085c0bc7d96f60241ee339328.tar.bz2
mpv-b51664c04a2b150085c0bc7d96f60241ee339328.tar.xz
wayland: don't use VOCTRL_UPDATE_SCREENINFO
Not very tested. Appears to work.
Diffstat (limited to 'video/out/vo_wayland.c')
-rw-r--r--video/out/vo_wayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_wayland.c b/video/out/vo_wayland.c
index 715db800d2..d9b953b7b9 100644
--- a/video/out/vo_wayland.c
+++ b/video/out/vo_wayland.c
@@ -805,7 +805,7 @@ static int reconfig(struct vo *vo, struct mp_image_params *fmt, int flags)
buffer_pool_reinit(p, &p->osd_bufpool, MAX_OSD_PARTS, p->width, p->height,
&fmttable[DEFAULT_ALPHA_FORMAT_ENTRY], p->wl->display.shm);
- vo_wayland_config(vo, vo->dwidth, vo->dheight, flags);
+ vo_wayland_config(vo, flags);
if (p->wl->window.events & VO_EVENT_RESIZE)
resize(p);