diff --git a/video/out/vo_dmabuf_wayland.c b/video/out/vo_dmabuf_wayland.c index 54b117d113c2a..6b7c511d9a8d9 100644 --- a/video/out/vo_dmabuf_wayland.c +++ b/video/out/vo_dmabuf_wayland.c @@ -552,6 +552,8 @@ static void resize(struct vo *vo) vo->target_params->rotate = (vo->params->rotate % 90) * 90; vo->target_params->vflip = vo->params->vflip; mp_mutex_unlock(&vo->params_mutex); + + vo->want_redraw = true; } static bool draw_osd(struct vo *vo, struct mp_image *cur, double pts)