linux-explicit-synchronization-v2: new protocol implementation

See [1].

[1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/90
This commit is contained in:
Simon Ser 2021-10-21 15:02:31 +02:00
parent 7ae10e078a
commit 3096cf7964
4 changed files with 389 additions and 0 deletions

View file

@ -20,6 +20,7 @@ protocols = {
# Staging upstream protocols
'xdg-activation-v1': wl_protocol_dir / 'staging/xdg-activation/xdg-activation-v1.xml',
'drm-lease-v1': wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml',
'linux-explicit-synchronization-v2': wl_protocol_dir / 'staging/linux-explicit-synchronization/linux-explicit-synchronization-v2.xml',
# Unstable upstream protocols
'fullscreen-shell-unstable-v1': wl_protocol_dir / 'unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml',