group: Move various functions to MetaWindowX11

Except meta_window_x11_get_group, which is still used by GNOME Shell
and we can't make it a private API for now.

Will need further investigation and could be done as a future
step

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3555>
This commit is contained in:
Bilal Elmoussaoui
2024-01-31 15:52:18 +01:00
parent f0c22cb3bc
commit e1e6534eb2
9 changed files with 148 additions and 143 deletions

View File

@ -512,7 +512,7 @@ create_constraints (Constraint **constraints,
GSList *tmp2;
MetaGroup *group;
group = meta_window_get_group (w);
group = meta_window_x11_get_group (w);
if (group != NULL)
group_windows = meta_group_list_windows (group);