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:
@ -97,7 +97,7 @@ clutter_path_constraint_update_allocation (ClutterConstraint *constraint,
|
||||
{
|
||||
ClutterPathConstraint *self = CLUTTER_PATH_CONSTRAINT (constraint);
|
||||
gfloat width, height;
|
||||
ClutterKnot position;
|
||||
ClutterPoint position;
|
||||
guint knot_id;
|
||||
|
||||
if (self->path == NULL)
|
||||
|
Reference in New Issue
Block a user