1
0
Fork 0
forked from wry/wry

wayland: implement wlr-virtual-pointer-unstable-v1

This commit is contained in:
Julian Orth 2026-03-19 18:51:38 +01:00
parent 942c090195
commit 548a2bf478
15 changed files with 437 additions and 4 deletions

View file

@ -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 {