mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-11 04:28:02 -05:00
transactions-v1: new protocol implementation
This implements the transactions-unstable-v1 protocol [1]. The protocol allows clients to synchronize multiple surfaces together and ensure their commits are applied atomically. [1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/26
This commit is contained in:
parent
b89bcffea4
commit
bbec5a0a93
4 changed files with 199 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ protocols = {
|
|||
'relative-pointer-unstable-v1': wl_protocol_dir / 'unstable/relative-pointer/relative-pointer-unstable-v1.xml',
|
||||
'tablet-unstable-v2': wl_protocol_dir / 'unstable/tablet/tablet-unstable-v2.xml',
|
||||
'text-input-unstable-v3': wl_protocol_dir / 'unstable/text-input/text-input-unstable-v3.xml',
|
||||
'transactions-unstable-v1': wl_protocol_dir / 'unstable/transactions/transactions-unstable-v1.xml',
|
||||
'xdg-decoration-unstable-v1': wl_protocol_dir / 'unstable/xdg-decoration/xdg-decoration-unstable-v1.xml',
|
||||
'xdg-foreign-unstable-v1': wl_protocol_dir / 'unstable/xdg-foreign/xdg-foreign-unstable-v1.xml',
|
||||
'xdg-foreign-unstable-v2': wl_protocol_dir / 'unstable/xdg-foreign/xdg-foreign-unstable-v2.xml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue