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:

committed by
Marge Bot

parent
6874e98e5d
commit
ec028553d3
@ -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,
|
||||
|
Reference in New Issue
Block a user