wayland: implement tablet-v2
This commit is contained in:
parent
86e283d255
commit
7ed499eabd
62 changed files with 5174 additions and 318 deletions
|
|
@ -18,6 +18,7 @@ use {
|
|||
wl_registry::WlRegistry,
|
||||
wl_seat::{
|
||||
ext_transient_seat_manager_v1::ExtTransientSeatManagerV1Global,
|
||||
tablet::zwp_tablet_manager_v2::ZwpTabletManagerV2Global,
|
||||
text_input::{
|
||||
zwp_input_method_manager_v2::ZwpInputMethodManagerV2Global,
|
||||
zwp_text_input_manager_v3::ZwpTextInputManagerV3Global,
|
||||
|
|
@ -193,6 +194,7 @@ impl Globals {
|
|||
add_singleton!(XdgWmDialogV1Global);
|
||||
add_singleton!(ExtTransientSeatManagerV1Global);
|
||||
add_singleton!(ZwpPointerGesturesV1Global);
|
||||
add_singleton!(ZwpTabletManagerV2Global);
|
||||
}
|
||||
|
||||
pub fn add_backend_singletons(&self, backend: &Rc<dyn Backend>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue