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:
@ -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));
|
||||
/**
|
||||
|
Reference in New Issue
Block a user