From 788caf76aa7f8a6a0361c7d2316373f3afc93892 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 25 Aug 2023 16:00:02 +0200 Subject: [PATCH] boxes: Add an alias for MetaRectangle This is meant for compatibility purposes with the shell extensions avoiding to break a bunch of them in the last minute and we would drop it in the GNOME 46 release. Part-of: --- src/meta/boxes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/meta/boxes.h b/src/meta/boxes.h index 8446f5c25..39afe4277 100644 --- a/src/meta/boxes.h +++ b/src/meta/boxes.h @@ -62,3 +62,9 @@ struct _MetaEdge MetaSide side_type; MetaEdgeType edge_type; }; + +/* + * For GNOME Shell extensions compatibility purposes only. + * TODO: drop for GNOME 46 + */ +typedef MtkRectangle MetaRectangle;