mirror of
https://github.com/brl/mutter.git
synced 2025-03-11 05:45:07 +00:00

In the example for clutter_actor_animate the "x" and "y" properties are floats so they need to be passed float values in the var args otherwise it will crash. There was also a missing comma. There were some other minor problems with the behaviours example which would cause it not to compile.