mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
4d75e7a0f4
Cally is doing a bunch of list traversals through the list returned by ClutterContainer.get_children(); this means a traversal already, plus a bunch of allocations. We can do better than that, now that we have a proper graph iteration API inside ClutterActor.