workspace: Add a private getter for builtin struts

It can be used to change current struts without having to
track them at test level.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3701>
This commit is contained in:
Marco Trevisan (Treviño)
2023-05-16 13:55:21 +02:00
committed by Marge Bot
parent 44c6d02964
commit e250bd1ebb
2 changed files with 9 additions and 0 deletions

View File

@ -103,3 +103,6 @@ MetaWindow * meta_workspace_get_default_focus_window_at_point (MetaWorkspace *wo
GList * meta_workspace_get_default_focus_candidates (MetaWorkspace *workspace);
void meta_workspace_index_changed (MetaWorkspace *workspace);
META_EXPORT_TEST
GSList * meta_workspace_get_builtin_struts (MetaWorkspace *workspace);