mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
da392e24a5
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.