diff options
author | Simon Ser <contact@emersion.fr> | 2023-11-26 14:33:21 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-01-31 08:20:17 +0000 |
commit | 435ca39960f47d622017630b28788f4dd14be757 (patch) | |
tree | 749567ce7221008a847c7700b4cbef9ee881ee9e | |
parent | 6991f03767b7bab8c5d42d46a89f51debd3e1634 (diff) |
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
-rw-r--r-- | types/wlr_linux_dmabuf_v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <wlr/backend/drm.h> #endif -#define LINUX_DMABUF_VERSION 4 +#define LINUX_DMABUF_VERSION 5 struct wlr_linux_buffer_params_v1 { struct wl_resource *resource; |