summaryrefslogtreecommitdiffstats
path: root/video/out/vo_dmabuf_wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_dmabuf_wayland.c')
-rw-r--r--video/out/vo_dmabuf_wayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_dmabuf_wayland.c b/video/out/vo_dmabuf_wayland.c
index 0ce9d82e90..6b85bdf226 100644
--- a/video/out/vo_dmabuf_wayland.c
+++ b/video/out/vo_dmabuf_wayland.c
@@ -189,7 +189,7 @@ static void resize(struct vo *vo)
const int width = mp_rect_w(wl->geometry);
const int height = mp_rect_h(wl->geometry);
- vo_wayland_set_opaque_region(wl, 0);
+ vo_wayland_set_opaque_region(wl, false);
vo->dwidth = width;
vo->dheight = height;