protocols: implement ext-data-control (#11323)

This protocol has superseded wlr-data-control
This commit is contained in:
Nihal Jere 2025-08-15 14:38:28 +00:00 committed by GitHub
parent 60d769a899
commit aaedce596e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 453 additions and 0 deletions

View file

@ -76,6 +76,7 @@ protocols = [
wayland_protocol_dir / 'staging/xdg-toplevel-tag/xdg-toplevel-tag-v1.xml',
wayland_protocol_dir / 'staging/xdg-system-bell/xdg-system-bell-v1.xml',
wayland_protocol_dir / 'staging/ext-workspace/ext-workspace-v1.xml',
wayland_protocol_dir / 'staging/ext-data-control/ext-data-control-v1.xml',
]
wl_protocols = []