box: Munge the allocation passed to the layout manager
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 24 Aug 2011 17:36:19 +0000 (18:36 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 29 Aug 2011 21:39:14 +0000 (22:39 +0100)
commit3314385119b92b19114417c11d05b98617d9d83d
tree0890b9befde13771fa8c2035953d47a23dacbbee
parent96810e1d4d07dc75e9622f352674885977c34e60
box: Munge the allocation passed to the layout manager

The actor is in charge of providing to the LayoutManager the available
allocation. ClutterBox should not just pass the box it got from its
parent: it should, instead, provide a normalized box, with an origin in
(0, 0) and the available size.

https://bugzilla.gnome.org/show_bug.cgi?id=649631
clutter/clutter-box.c