mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 06:42:28 +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.