mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
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:
parent
98738535dc
commit
da380f2732
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user