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

@ -1,4 +1,6 @@
mod event_handling;
pub mod ext_transient_seat_manager_v1;
pub mod ext_transient_seat_v1;
mod kb_owner;
mod pointer_owner;
pub mod text_input;