Add support for experimental xx_foreign_toplevel_geometry_tracker_v1 as
well as tracking_manager_v1.
This commit is contained in:
parent
4e9b6def83
commit
59c2b53350
10 changed files with 284 additions and 8 deletions
|
|
@ -233,5 +233,7 @@ bitflags! {
|
|||
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,
|
||||
/// Grants access to the `ext_foreign_toplevel_geometry_tracking_manager_v1` global.
|
||||
pub const CC_FOREIGN_TOPLEVEL_GEOMETRY_TRACKING = 1 << 16,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue