boxes: Drop the MetaRectangle typedef

As gjs actually doesn't support typedef/aliases and there is now
a workaround from gnome-shell instead as part of
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2930

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3231>
This commit is contained in:
Bilal Elmoussaoui 2023-08-31 18:57:28 +00:00 committed by Marge Bot
parent 98738535dc
commit da380f2732

View File

@ -62,9 +62,3 @@ struct _MetaEdge
MetaSide side_type;
MetaEdgeType edge_type;
};
/*
* For GNOME Shell extensions compatibility purposes only.
* TODO: drop for GNOME 46
*/
typedef MtkRectangle MetaRectangle;