staging/tearing-control: Add protocol support

This commit is contained in:
vaxerski 2023-09-28 17:20:55 +01:00 committed by Simon Zeni
parent eacb4cf6d2
commit 5dec1c8bcb
4 changed files with 266 additions and 0 deletions

View file

@ -27,6 +27,7 @@ protocols = {
'single-pixel-buffer-v1': wl_protocol_dir / 'staging/single-pixel-buffer/single-pixel-buffer-v1.xml',
'xdg-activation-v1': wl_protocol_dir / 'staging/xdg-activation/xdg-activation-v1.xml',
'xwayland-shell-v1': wl_protocol_dir / 'staging/xwayland-shell/xwayland-shell-v1.xml',
'tearing-control-v1': wl_protocol_dir / 'staging/tearing-control/tearing-control-v1.xml',
# Unstable upstream protocols
'fullscreen-shell-unstable-v1': wl_protocol_dir / 'unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml',