wayland: implement wlr-virtual-pointer-unstable-v1
This commit is contained in:
parent
942c090195
commit
548a2bf478
15 changed files with 437 additions and 4 deletions
|
|
@ -68,6 +68,7 @@ use {
|
|||
zwlr_gamma_control_manager_v1::ZwlrGammaControlManagerV1Global,
|
||||
zwlr_layer_shell_v1::ZwlrLayerShellV1Global,
|
||||
zwlr_screencopy_manager_v1::ZwlrScreencopyManagerV1Global,
|
||||
zwlr_virtual_pointer_manager_v1::ZwlrVirtualPointerManagerV1Global,
|
||||
zwp_idle_inhibit_manager_v1::ZwpIdleInhibitManagerV1Global,
|
||||
zwp_linux_dmabuf_v1::ZwpLinuxDmabufV1Global,
|
||||
zxdg_decoration_manager_v1::ZxdgDecorationManagerV1Global,
|
||||
|
|
@ -248,6 +249,7 @@ singletons! {
|
|||
ZwpLinuxDmabufV1,
|
||||
WpLinuxDrmSyncobjManagerV1,
|
||||
WpPresentation,
|
||||
ZwlrVirtualPointerManagerV1,
|
||||
}
|
||||
|
||||
pub struct Globals {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue