Lionel Landwerlin d31bd6fe92 x11: adjust size to minimal size when realizing
If you execute the following sequence :

stage = clutter_stage_new ();
clutter_actor_set_size (stage, 1280, 800);
clutter_actor_realize (stage);

Then you end up creating an onscreen buffer of size 1280x800 but
ClutterStageX11 storing the stage size at 640x480.

This patch resync the 2 implementation by using the ClutterStage's
size in both classes when realizing.

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=667540
2012-02-15 11:32:41 +00:00
..
2012-01-16 23:37:12 +00:00
2011-11-10 19:05:39 +01:00
2011-11-18 22:06:30 +01:00
2012-02-13 17:30:22 +00:00
2012-01-26 08:31:11 +00:00
2012-01-26 08:30:58 +00:00
2012-01-26 08:31:10 +00:00
2012-02-09 18:42:27 +00:00
2011-11-10 14:13:45 +00:00
2012-01-16 23:35:16 +00:00
2011-12-28 09:37:53 +00:00
2012-01-16 21:06:19 +00:00
2012-02-13 17:30:22 +00:00
2012-01-16 23:49:49 +00:00
2012-02-11 16:02:31 +00:00
2012-02-13 17:30:22 +00:00
2012-01-16 23:35:17 +00:00