mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
8d83dec044
ClutterStage is the one and only subclass of ClutterGroup, but it overrides basically everything specific to ClutterGroup to mimic a ClutterActor. What a waste! Subclass ClutterActor directly and remove all the now useless vfunc overrides from ClutterStage. Adapt CallyStage to subclass CallyActor as well. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332