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 /window.c | |
parent | 555bb47744c997ce408dac59991dbeb3ebac01cb (diff) |
Switch to stable version of linux-dambuf wayland proto
Diffstat (limited to 'window.c')
-rw-r--r-- | window.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |