2007-10-28 Matthew Allum <mallum@openedhand.com>

* clutter-animation.sgml:
        Fix missing func param (#583)
This commit is contained in:
Matthew Allum 2007-10-28 22:01:25 +00:00
parent 307305187a
commit a303847b02
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-10-28 Matthew Allum <mallum@openedhand.com>
* clutter-animation.sgml:
Fix missing func param (#583)
2007-10-25 Emmanuele Bassi <ebassi@openedhand.com>
* Makefile.am: Ignore clutter-json.h header.

View File

@ -170,6 +170,7 @@ main (int argc, char *argv[])
200, /* center y */
400, /* width */
300, /* height */
CLUTTER_ROTATE_CW, /* direction */
0.0, /* angle begin */
360.0); /* angle end */