From da380f27326d6a8161787162347992f2933f0437 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 31 Aug 2023 18:57:28 +0000 Subject: [PATCH] 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: --- src/meta/boxes.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/meta/boxes.h b/src/meta/boxes.h index 39afe4277..8446f5c25 100644 --- a/src/meta/boxes.h +++ b/src/meta/boxes.h @@ -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;