From e70354e3d504b3a1b40573b43ebf8f7cfd4b9e66 Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sun, 17 Nov 2024 08:56:17 +0100 Subject: Switch to stable version of linux-dambuf wayland proto --- .gitignore | 2 +- makefile | 2 +- window.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5f89dce..98a0bee 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/makefile b/makefile index 5d3641f..59b74a6 100644 --- a/makefile +++ b/makefile @@ -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 diff --git a/window.c b/window.c index 060f8bf..fd17807 100644 --- a/window.c +++ b/window.c @@ -30,7 +30,7 @@ #include #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" -- cgit v1.2.3