mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
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
This commit is contained in:
parent
6991f03767
commit
435ca39960
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue