wayland: implement ext-transient-seat-v1
This commit is contained in:
parent
b924393746
commit
25f363d086
9 changed files with 178 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ use {
|
|||
wl_output::WlOutputGlobal,
|
||||
wl_registry::WlRegistry,
|
||||
wl_seat::{
|
||||
ext_transient_seat_manager_v1::ExtTransientSeatManagerV1Global,
|
||||
text_input::{
|
||||
zwp_input_method_manager_v2::ZwpInputMethodManagerV2Global,
|
||||
zwp_text_input_manager_v3::ZwpTextInputManagerV3Global,
|
||||
|
|
@ -188,6 +189,7 @@ impl Globals {
|
|||
add_singleton!(ZwpTextInputManagerV3Global);
|
||||
add_singleton!(WpSecurityContextManagerV1Global);
|
||||
add_singleton!(XdgWmDialogV1Global);
|
||||
add_singleton!(ExtTransientSeatManagerV1Global);
|
||||
}
|
||||
|
||||
pub fn add_backend_singletons(&self, backend: &Rc<dyn Backend>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue