[stage] Set default size correctly
authorChris Lord <chris@linux.intel.com>
Sun, 7 Feb 2010 13:18:14 +0000 (14:18 +0100)
committerChris Lord <chris@linux.intel.com>
Sun, 7 Feb 2010 13:18:14 +0000 (14:18 +0100)
commitb968defae92f3fbd5a4a762b4c817ab58989ee82
tree56f9aebf628da5097578d62f3809ee96176b5b1a
parent8083dc418b3c2b069a9b0db9323650050a3f63b1
[stage] Set default size correctly

Due to the way the new sizing works, clutter stage must set its size in
init (to maintain old behaviour) and the properties on the X11 stage
must be initialised to 1x1 so that it actually goes ahead with the
resize.

Fixes stages that aren't user resizable and have no size set from
appearing at 1x1.
clutter/clutter-stage.c
clutter/x11/clutter-stage-x11.c