Neil Roberts 64de0411ea [cairo-texture] Remove the construct only restriction on surface size
It is possible to change the surface size after construction with
clutter_cairo_texture_set_surface_size so it doesn't seem right to
restrict changing the properties.

clutter_cairo_texture_resize_surface_internal is called in a handler
for the notify signal. It is called there rather than directly in the
set_property handler so that changing both properties in a single
g_object_set will only cause one resize. The constructed override is
no longer needed.

resize_surface_internal will now bail out if the size of the surface
is already the right size.
2008-12-19 15:35:14 +00:00
..
2008-12-10 12:13:20 +00:00
2008-12-11 15:39:28 +00:00
2008-10-31 12:07:01 +00:00
2008-12-05 14:08:06 +00:00
2008-12-15 15:00:37 +00:00
2008-12-11 15:34:47 +00:00
2008-12-11 15:34:47 +00:00