mirror of
https://github.com/brl/mutter.git
synced 2025-02-14 04:14:10 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
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.