1
0
Fork 0
forked from wry/wry

Add support for experimental xx_foreign_toplevel_geometry_tracker_v1 as

well as tracking_manager_v1.
This commit is contained in:
entailz 2026-04-30 03:00:44 -07:00
parent 4e9b6def83
commit 59c2b53350
10 changed files with 284 additions and 8 deletions

View file

@ -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,
}
}