summaryrefslogtreecommitdiffstats
path: root/video/out/vo_wlshm.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_wlshm.c')
-rw-r--r--video/out/vo_wlshm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/vo_wlshm.c b/video/out/vo_wlshm.c
index 6f70767b29..44983465da 100644
--- a/video/out/vo_wlshm.c
+++ b/video/out/vo_wlshm.c
@@ -204,6 +204,9 @@ static int resize(struct vo *vo)
p->free_buffers = buf->next;
talloc_free(buf);
}
+
+ vo_wayland_handle_fractional_scale(wl);
+
return mp_sws_reinit(p->sws);
}