ext-session-lock-v1: new protocol implementation

This implements the new ext-session-lock-v1 protocol [1].

[1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/131
This commit is contained in:
Isaac Freund 2021-12-27 05:49:03 +00:00
parent 1e3662ce57
commit 9de992b9fe
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11
4 changed files with 558 additions and 1 deletions

View file

@ -59,6 +59,7 @@ wlr_files += files(
'wlr_relative_pointer_v1.c',
'wlr_screencopy_v1.c',
'wlr_server_decoration.c',
'wlr_session_lock_v1.c',
'wlr_subcompositor.c',
'wlr_switch.c',
'wlr_tablet_pad.c',