mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
![Georges Basile Stavracas Neto](/assets/img/avatar_default.png)
Make ClutterActor paint using ClutterTransformNode, ClutterClip node, and ClutterActorNode. Essencially, the actor node is a replacement for clutter_actor_continue_paint(). An interesting aspect of this commit is that the order of the operations is reversed to be preserved. Before being able to remove the dummy node hack, we'll need to make ClutterEffects compatible with paint nodes first -- and naturally, that's enough content for its own merge request. https://gitlab.gnome.org/GNOME/mutter/merge_requests/872