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:
Simon Ser 2021-03-22 22:21:38 +01:00
parent b89bcffea4
commit bbec5a0a93
4 changed files with 199 additions and 0 deletions

View file

@ -59,6 +59,7 @@ wlr_files += files(
'wlr_tablet_tool.c',
'wlr_text_input_v3.c',
'wlr_touch.c',
'wlr_transactions_v1.c',
'wlr_viewporter.c',
'wlr_virtual_keyboard_v1.c',
'wlr_virtual_pointer_v1.c',