Chris Lord 29cc027f06 [x11] Don't set actor size on ConfigureNotify
Calling clutter_actor_set_size in response to ConfigureNotify makes
setting the size of the stage racy - the most common result of which
seems to be that you can't set the stage dimensions to anything less
than 640x480.

Instead, add a first_allocation bit to the private structure of the X11
stage and force the first resize (necessary or the default stage will be
a 1x1 window).
2010-02-06 16:47:22 +01:00
..
2010-02-06 00:20:32 +00:00
2009-11-06 11:48:42 +00:00
2010-02-04 21:10:02 +00:00
2009-01-20 18:47:50 +00:00
2010-02-03 16:34:27 +00:00
2010-02-01 10:40:34 +00:00
2009-10-14 11:31:26 +01:00
2010-01-20 00:38:07 +00:00
2009-07-10 11:38:42 +01:00
2010-02-04 21:10:02 +00:00
2010-02-03 14:38:13 +00:00
2010-02-01 10:40:34 +00:00
2010-02-01 10:40:34 +00:00
2009-12-11 23:48:58 +00:00
2009-10-16 15:55:05 +01:00
2010-02-03 16:34:27 +00:00