mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
2008-12-05 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1309 - clutter_timeline_new and clutter_timeline_set_speed have two standard of the fps limitation * clutter/clutter-timeline.c: (clutter_timeline_class_init): Set the maximum value of the :fps property to be G_MAXUINT. (Zhang Wei)
This commit is contained in:
parent
b105efae7b
commit
2410f74e29
@ -1,3 +1,12 @@
|
||||
2008-12-05 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
|
||||
Bug 1309 - clutter_timeline_new and clutter_timeline_set_speed
|
||||
have two standard of the fps limitation
|
||||
|
||||
* clutter/clutter-timeline.c:
|
||||
(clutter_timeline_class_init): Set the maximum value of the
|
||||
:fps property to be G_MAXUINT. (Zhang Wei)
|
||||
|
||||
2008-12-05 Neil Roberts <neil@linux.intel.com>
|
||||
|
||||
* clutter/clutter-entry.c: Fix the 'Since' annotation in the
|
||||
|
@ -372,7 +372,7 @@ clutter_timeline_class_init (ClutterTimelineClass *klass)
|
||||
g_param_spec_uint ("fps",
|
||||
"Frames Per Second",
|
||||
"Timeline frames per second",
|
||||
1, 1000,
|
||||
1, G_MAXUINT,
|
||||
60,
|
||||
CLUTTER_PARAM_READWRITE));
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user