accessibility: Set various accessible names

For actors that are created by libmutter itself.
Although, not sure if such names should be translatable?

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3917>
This commit is contained in:
Bilal Elmoussaoui
2024-08-05 15:04:38 +02:00
committed by Marge Bot
parent 6874e98e5d
commit ec028553d3
11 changed files with 29 additions and 4 deletions

View File

@ -493,7 +493,9 @@ switch_workspace (MetaPlugin *plugin,
&screen_height);
workspace1 = clutter_actor_new ();
clutter_actor_set_accessible_name (workspace1, "Workspace 1");
workspace2 = clutter_actor_new ();
clutter_actor_set_accessible_name (workspace2, "Workspace 2");
clutter_actor_set_pivot_point (workspace1, 1.0, 1.0);
clutter_actor_set_size (workspace1,