mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
8ba0351c7a
ClutterActor should be emitting signals defined on the ClutterContainer interface, as well as ensuring that manipulating the scene graph is still possible from within them. The new unit checks that we're emitting signals, by implementing something similar to the Bin class available in toolkits like gtk, st, and mx — i.e. a container that can only hold one child at any given point.