mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
2006-06-06 Matthew Allum <mallum@openedhand.com>
* configure.ac: Use pkg-config to check for X. Really Check for GL libs. Make gtk binding optional. Cleanup a little. * Makefile.am: * gtk/Makefile.am: Make gtk binding optional * clutter/clutter-element.c: Cleanup a little, notify on size change. * clutter/clutter-texture.c: Lots of cleanups. Add waste prop. Add filter quality prop. * clutter/clutter-clone-texture.c: Make object construction simpler to work better with bindings. * clutter/clutter-stage.c: * clutter/clutter-timeline.c: Minor reformating, cleanups. * examples/test-text.c: (main): Random experimentation
This commit is contained in:
@ -486,7 +486,7 @@ clutter_timeline_is_playing (ClutterTimeline *timeline)
|
||||
*
|
||||
* Return Value: a new #ClutterTimeline
|
||||
*/
|
||||
ClutterTimeline *
|
||||
ClutterTimeline*
|
||||
clutter_timeline_new (guint nframes,
|
||||
guint fps)
|
||||
{
|
||||
|
Reference in New Issue
Block a user