aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorLibravatar Ricardo Steijn <61013287+RicArch97@users.noreply.github.com>2024-08-05 02:13:49 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2024-09-20 19:42:33 +0200
commit01f5c50438ba660f28b8f7707e53f4d4dc74ef01 (patch)
treec643c7be3e3eaeb946cef7e9bc4ef5b473fdb3cb /protocols
parenttransaction: Reparent all container children when disabling for scratchpad (diff)
downloadsway-01f5c50438ba660f28b8f7707e53f4d4dc74ef01.tar.gz
sway-01f5c50438ba660f28b8f7707e53f4d4dc74ef01.tar.zst
sway-01f5c50438ba660f28b8f7707e53f4d4dc74ef01.zip
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. (cherry picked from commit 9a1c411abd8261c121dcd50dfe54132718768084)
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 = [
14 wl_protocol_dir / 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml', 14 wl_protocol_dir / 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml',
15 wl_protocol_dir / 'staging/content-type/content-type-v1.xml', 15 wl_protocol_dir / 'staging/content-type/content-type-v1.xml',
16 wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml', 16 wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml',
17 wl_protocol_dir / 'staging/tearing-control/tearing-control-v1.xml',
17 'wlr-layer-shell-unstable-v1.xml', 18 'wlr-layer-shell-unstable-v1.xml',
18 'idle.xml', 19 'idle.xml',
19 'wlr-output-power-management-unstable-v1.xml', 20 'wlr-output-power-management-unstable-v1.xml',