2007-05-25 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Fri, 25 May 2007 16:35:57 +0000 (16:35 +0000)
committerMatthew Allum <mallum@openedhand.com>
Fri, 25 May 2007 16:35:57 +0000 (16:35 +0000)
commita64b6b7ee7a848d090fd010cc2333655b15f5223
tree31a9baaadca5567e2d19be989cefe4d6497f8416
parentbf8996215e0c6dffb2c4a756f4fb8d4f82fbc5b0
2007-05-25  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-color.c: (clutter_color_parse):
        Handle #rrggbbaa color setting strings (i.e with alpha).
        Set alpha to 0xff if it is not specified.

        * clutter/clutter-stage.c: (clutter_stage_get_actor_at_pos)
        Increase select buffer.

        * examples/super-oh.c:
        Fix up use of clutter_group_show_all()
ChangeLog
clutter/clutter-color.c
clutter/clutter-stage.c
examples/super-oh.c