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

@ -219,7 +219,7 @@ export const LayoutManager = GObject.registerClass({
// Set up stage hierarchy to group all UI actors under one container.
this.uiGroup = new UiActor({name: 'uiGroup'});
this.uiGroup.set_flags(Clutter.ActorFlags.NO_LAYOUT);
this.uiGroup.set_no_layout(true);
global.stage.add_child(this.uiGroup);