Merge branch 'commit-queue-v1' into 'master'

Draft: commit-queue-v1: new protocol implementation

See merge request wlroots/wlroots!4451
This commit is contained in:
Simon Ser 2024-04-27 14:31:56 +00:00
commit 8db6c8db91
4 changed files with 198 additions and 0 deletions

View file

@ -19,6 +19,7 @@ protocols = {
'xdg-shell': wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',
# Staging upstream protocols
'commit-queue-v1': wl_protocol_dir / 'staging/commit-queue/commit-queue-v1.xml',
'content-type-v1': wl_protocol_dir / 'staging/content-type/content-type-v1.xml',
'cursor-shape-v1': wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml',
'drm-lease-v1': wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml',