[stage] Get the current size correctly
authorChris Lord <chris@linux.intel.com>
Sat, 6 Feb 2010 13:59:51 +0000 (14:59 +0100)
committerChris Lord <chris@linux.intel.com>
Sat, 6 Feb 2010 13:59:51 +0000 (14:59 +0100)
commit27e33aa14ff5d14f6066da74922c960a037b5089
treef5494b96cdd0bc52ecd885c83391d5fce5ed1642
parentbe11564b556a1b1c08b7b9e7a0a94bc00c4e6550
[stage] Get the current size correctly

Get the current size of the stage correctly in
clutter_stage_set_minimum_size. The get_geometry StageWindow function is
not equivalent of the current size, use clutter_actor_get_size().
clutter/clutter-stage.c