[stage] Use min-width/height props for min size
authorChris Lord <chris@linux.intel.com>
Fri, 26 Feb 2010 18:36:38 +0000 (18:36 +0000)
committerChris Lord <chris@linux.intel.com>
Fri, 26 Feb 2010 18:36:38 +0000 (18:36 +0000)
commitcd62dfbd1419870fb6792bcab87ea8e7d0e760f5
treec1689eec47dee01c903ae277566051c628726f33
parent26e22b2ede0eb0fdfbe3d96189cb2aa196da83f8
[stage] Use min-width/height props for min size

Instead of shadowing these properties with different properties with the
same names on stage, actually use them. Behaviour should be identical,
except the minimum stage size can now be enforced by setting the
min-width/height properties as well as using the set_minimum_size
function.
clutter/clutter-actor.c
clutter/clutter-stage.c