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

@ -231,5 +231,7 @@ bitflags! {
pub const CC_HEAD_MANAGER = 1 << 13,
/// Grants access to the `zwlr_gamma_control_manager_v1` global.
pub const CC_GAMMA_CONTROL_MANAGER = 1 << 14,
/// Grants access to the `zwlr_virtual_pointer_manager_v1` global.
pub const CC_VIRTUAL_POINTER = 1 << 15,
}
}