aboutsummaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2024-08-05 02:13:49 +0200
committerFurkan Sahin <furkan-dev@proton.me>2024-08-05 02:13:49 +0200
commit37d3937789deb322d2d4de7a13ace3202520026a (patch)
treeb38f31ec17b8f8408652b9ae104b6c47bce50714 /protocols
parent9636bda457fc41a3ff743e48d6cfe4d4b776d421 (diff)
Add support for tearing-control-v1
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3871 Adds option to allow tearing per output, as well as an option to force enable or disable tearing for a specific application using a window rule. Only works with fullscreen applications.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 6eac8542..d96f8757 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -14,6 +14,7 @@ protocols = [
wl_protocol_dir / 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml',
wl_protocol_dir / 'staging/content-type/content-type-v1.xml',
wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml',
+ wl_protocol_dir / 'staging/tearing-control/tearing-control-v1.xml',
'wlr-layer-shell-unstable-v1.xml',
'idle.xml',
'wlr-output-power-management-unstable-v1.xml',