widget: Split out gtk_widget_ensure_allocate_on_children()
authorBenjamin Otte <otte.benjamin@googlemail.com>
Wed, 8 Mar 2023 18:23:50 +0000 (18:23 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 8 Mar 2023 18:40:31 +0000 (13:40 -0500)
commitc8d356a2509db2f3da43fd13a4141dcaec3abf1e
tree1938e843933ffcbf116f31119c84cb418e6684b5
parentffb7177c2e39f97f79fe2e1c7f770c4046234d5e
widget: Split out gtk_widget_ensure_allocate_on_children()

allocate() should not be calling into ensure_allocate(), they do a similar job.
In the end, the code does the same work, but it should be easier to follow now.
gtk/gtkwidget.c