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
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue