mirror of
https://github.com/brl/mutter.git
synced 2025-07-28 20:48:03 +00:00
MetaWaylandPointerConstraint: Make per surface state a quark
Make the per surface pointer constraint related state (list of constraints on given surface) a quark managed from the pointer constraints unit. https://bugzilla.gnome.org/show_bug.cgi?id=762661
This commit is contained in:
@@ -38,8 +38,6 @@ G_DECLARE_FINAL_TYPE (MetaWaylandPointerConstraint,
|
||||
|
||||
void meta_wayland_pointer_constraints_init (MetaWaylandCompositor *compositor);
|
||||
|
||||
void meta_wayland_pointer_constraint_destroy (MetaWaylandPointerConstraint *constraint);
|
||||
|
||||
MetaWaylandSeat * meta_wayland_pointer_constraint_get_seat (MetaWaylandPointerConstraint *constraint);
|
||||
|
||||
cairo_region_t * meta_wayland_pointer_constraint_calculate_effective_region (MetaWaylandPointerConstraint *constraint);
|
||||
|
Reference in New Issue
Block a user