2007-10-16 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Tue, 16 Oct 2007 13:41:34 +0000 (13:41 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Tue, 16 Oct 2007 13:41:34 +0000 (13:41 +0000)
commitf6c83a224ea2f0e85a60daaa1d0b4893657aad50
treef93540bacca94336392004c2d5f6ed4a297c3e67
parent05789582b4517c36e223d8e5f7d14b8f76952d8c
2007-10-16  Emmanuele Bassi  <ebassi@openedhand.com>

* clutter/clutter-timeline.[ch]: Added ClutterTimeline:duration,
a property for setting the duration of a timeline in milliseconds.
The property comes with accessors and a new constructor. The
frame rate used is the default value.

* clutter/clutter-private.h:
* clutter/clutter-main.[ch]: Add clutter_get_default_frame_rate()
and clutter_set_default_frame_rate(); these two functions control
the default frame rate to be used when creating timelines. Currently
is set to 60 frames-per-second.
ChangeLog
clutter/clutter-main.c
clutter/clutter-main.h
clutter/clutter-private.h
clutter/clutter-timeline.c
clutter/clutter-timeline.h