st: Adapt to Cally merge inside of Clutter

ClutterActor has now a get_accessible_type that replaces
the StWidget one, switch to using that

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3433>
This commit is contained in:
Bilal Elmoussaoui
2024-08-02 19:08:22 +02:00
committed by Marge Bot
parent b05069c297
commit 6e57d42d26
9 changed files with 13 additions and 358 deletions

View File

@ -360,8 +360,6 @@ shell_perf_log_init (void)
static void
shell_a11y_init (void)
{
cally_accessibility_init ();
if (clutter_get_accessibility_enabled () == FALSE)
{
g_warning ("Accessibility: clutter has no accessibility enabled"