mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
a2086f1178
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.