mirror of
https://github.com/brl/mutter.git
synced 2025-03-26 05:03:55 +00:00

Instead of overloading ClutterChildMeta with both container and layout metadata and delegate to every LayoutManager implementation to keep a backpointer to the layout manager instance, we can simply subclass ChildMeta into LayoutMeta and presto! everything works out pretty well for everyone.