Neil Roberts 62cfc6487f Fix setting the mode on a ClutterAlpha created with animation_set_alpha(NULL)
It previously attempted to set the mode on the alpha using
clutter_animation_set_mode_internal, but this was setting the mode on
priv->alpha. At that point in the code priv->alpha is always NULL.

clutter_animation_set_mode_internal now takes a parameter to specify
which alpha to modify.
2009-01-05 12:52:46 +00:00
..
2008-12-18 17:54:35 +00:00
2009-01-05 11:11:10 +00:00
2008-12-23 20:55:35 +00:00
2008-10-31 12:07:01 +00:00
2008-12-05 14:08:06 +00:00
2009-01-05 11:11:10 +00:00
2008-12-11 15:34:47 +00:00
2008-12-11 15:34:47 +00:00