1
0
Fork 0
forked from wry/wry

wayland: implement ext-transient-seat-v1

This commit is contained in:
Julian Orth 2024-04-24 14:03:33 +02:00
parent b924393746
commit 25f363d086
9 changed files with 178 additions and 0 deletions

View file

@ -127,6 +127,7 @@ Jay supports the following wayland protocols:
| ext_foreign_toplevel_list_v1 | 1 | Yes |
| ext_idle_notifier_v1 | 1 | Yes |
| ext_session_lock_manager_v1 | 1 | Yes |
| ext_transient_seat_manager_v1 | 1[^ts_rejected] | Yes |
| org_kde_kwin_server_decoration_manager | 1 | |
| wl_compositor | 6[^no_touch] | |
| wl_data_device_manager | 3 | |
@ -167,6 +168,7 @@ Jay supports the following wayland protocols:
[^no_tearing]: Tearing screen updates are not supported.
[^no_exclusive]: Exclusive zones are not supported.
[^lsaccess]: Sandboxes can restrict access to this protocol.
[^ts_rejected]: Seat creation is always rejected.
## Missing Features