Migrated ClutterPathNode to use ClutterPoint

Removed the use of ClutterKnot almost everywhere
Updated casting to get the data from the variable arguments list
This commit is contained in:
Erick Pérez Castellanos
2013-04-13 13:01:10 -04:00
parent 7c6d0251dd
commit b1fa6434e1
7 changed files with 83 additions and 65 deletions

View File

@ -42,7 +42,7 @@ ClutterBezier *_clutter_bezier_clone_and_move (const ClutterBezier *b,
void _clutter_bezier_advance (const ClutterBezier *b,
gfloat L,
ClutterKnot *knot);
ClutterPoint *knot);
void _clutter_bezier_init (ClutterBezier *b,
gfloat x_0,
@ -55,7 +55,7 @@ void _clutter_bezier_init (ClutterBezier *b,
gfloat y_3);
void _clutter_bezier_adjust (ClutterBezier *b,
ClutterKnot *knot,
ClutterPoint *knot,
guint indx);
gfloat _clutter_bezier_get_length (const ClutterBezier *b);