mutter: Completely replace MetaRectangle with MtkRectangle

There are still various helpers that might be worth to move to mtk as
well

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3128>
This commit is contained in:
Bilal Elmoussaoui
2023-07-20 01:46:15 +02:00
parent aec8e50df8
commit 3d693e8309
123 changed files with 918 additions and 975 deletions

View File

@ -56,7 +56,7 @@ struct _MetaWorkspace
GHashTable *logical_monitor_data;
MetaRectangle work_area_screen;
MtkRectangle work_area_screen;
GList *screen_region;
GList *screen_edges;
GList *monitor_edges;
@ -83,7 +83,7 @@ void meta_workspace_relocate_windows (MetaWorkspace *workspace,
void meta_workspace_get_work_area_for_logical_monitor (MetaWorkspace *workspace,
MetaLogicalMonitor *logical_monitor,
MetaRectangle *area);
MtkRectangle *area);
void meta_workspace_invalidate_work_area (MetaWorkspace *workspace);