diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2024-11-17 08:56:17 +0100 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2024-11-17 08:56:17 +0100 |
commit | e70354e3d504b3a1b40573b43ebf8f7cfd4b9e66 (patch) | |
tree | 92be52dd85fdaf78347b039b9b6812a61c86cec4 | |
parent | 555bb47744c997ce408dac59991dbeb3ebac01cb (diff) |
Switch to stable version of linux-dambuf wayland proto
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | makefile | 2 | ||||
-rw-r--r-- | window.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ .clang-format compile_commands.json compile_flags.txt -linux-dmabuf-unstable-v1.h +linux-dmabuf-v1.h pointer-constraints-unstable-v1.h receiver relative-pointer-unstable-v1.h @@ -21,7 +21,7 @@ protocols_dir:=\ protocols:=\ viewporter \ - linux-dmabuf-unstable-v1 \ + linux-dmabuf-v1 \ pointer-constraints-unstable-v1 \ relative-pointer-unstable-v1 \ xdg-shell @@ -30,7 +30,7 @@ #include <wayland-client.h> #include "frame.h" -#include "linux-dmabuf-unstable-v1.h" +#include "linux-dmabuf-v1.h" #include "pointer-constraints-unstable-v1.h" #include "relative-pointer-unstable-v1.h" #include "toolbox/utils.h" |