actor: Default to a fixed layout manager
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 8 Dec 2011 11:57:19 +0000 (11:57 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 16 Jan 2012 23:35:13 +0000 (23:35 +0000)
commit1c40151d0e38be7cc999febf126c0f151ed051d0
tree4739dcfe540016bad49e56f0bcf7aa074b5c73c5
parent11e876c86ba85e55c851201bedf8c5b6685091cc
actor: Default to a fixed layout manager

In case no layout manager was set during construction, we fall back to a
FixedLayout. The FixedLayout has the property of making the fixed
positioning and sizing API, as well as the various Constraints, work
out of the box.
clutter/clutter-actor.c