mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
ebf9ac091d
ClutterActorNode is a paint node that runs the 'paint' function of an actor. It is a useful helper node to be used during the transition to paint nodes. The role of ClutterActorNode will change over time. For now, it is just a call to clutter_actor_continue_paint(), which also paints the effects. When ClutterEffect is ported to paint nodes, ClutterActorNode will morph to only notify the actor about the painting, and will become a private node to Clutter. https://gitlab.gnome.org/GNOME/mutter/merge_requests/872 |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |