mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
mtk: Move Rectangle.union from Meta
Similar to Rectangle.equal. The clutter helper was not used. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3128>
This commit is contained in:
@ -127,7 +127,7 @@ meta_wayland_subsurface_union_geometry (MetaWaylandSubsurface *subsurface,
|
||||
};
|
||||
|
||||
if (surface->buffer)
|
||||
meta_rectangle_union (out_geometry, &geometry, out_geometry);
|
||||
mtk_rectangle_union (out_geometry, &geometry, out_geometry);
|
||||
|
||||
META_WAYLAND_SURFACE_FOREACH_SUBSURFACE (&surface->output_state,
|
||||
subsurface_surface)
|
||||
|
Reference in New Issue
Block a user