From 435ca39960f47d622017630b28788f4dd14be757 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 26 Nov 2023 14:33:21 +0100 Subject: [PATCH] linux-dmabuf-v1: bump to v5 We already send a protocol error when the modifiers aren't the same for all planes. References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/224 --- types/wlr_linux_dmabuf_v1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/wlr_linux_dmabuf_v1.c b/types/wlr_linux_dmabuf_v1.c index 2f36c4a1..1c102daa 100644 --- a/types/wlr_linux_dmabuf_v1.c +++ b/types/wlr_linux_dmabuf_v1.c @@ -22,7 +22,7 @@ #include #endif -#define LINUX_DMABUF_VERSION 4 +#define LINUX_DMABUF_VERSION 5 struct wlr_linux_buffer_params_v1 { struct wl_resource *resource;