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:
@ -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);
|
||||
|
Reference in New Issue
Block a user