boxes: Move Rectangle.scale_double to Mtk

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3501>
This commit is contained in:
Bilal Elmoussaoui
2024-01-06 19:37:39 +01:00
committed by Marge Bot
parent 59457dff81
commit fcc8cfff11
5 changed files with 24 additions and 24 deletions

View File

@ -241,12 +241,6 @@ META_EXPORT_TEST
gboolean meta_rectangle_is_adjacent_to (MtkRectangle *rect,
MtkRectangle *other);
META_EXPORT_TEST
void meta_rectangle_scale_double (const MtkRectangle *rect,
double scale,
MtkRoundingStrategy rounding_strategy,
MtkRectangle *dest);
META_EXPORT_TEST
void meta_rectangle_transform (const MtkRectangle *rect,
MetaMonitorTransform transform,