summaryrefslogtreecommitdiff
path: root/clutter/clutter/clutter-actor-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'clutter/clutter/clutter-actor-private.h')
-rw-r--r--clutter/clutter/clutter-actor-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter/clutter/clutter-actor-private.h b/clutter/clutter/clutter-actor-private.h
index d00bdd5d7..d8952b6b1 100644
--- a/clutter/clutter/clutter-actor-private.h
+++ b/clutter/clutter/clutter-actor-private.h
@@ -163,7 +163,7 @@ struct _SizeRequest
struct _ClutterLayoutInfo
{
/* fixed position coordinates */
- ClutterPoint fixed_pos;
+ graphene_point_t fixed_pos;
ClutterMargin margin;
@@ -209,7 +209,7 @@ struct _ClutterTransformInfo
gfloat z_position;
/* transformation center */
- ClutterPoint pivot;
+ graphene_point_t pivot;
gfloat pivot_z;
CoglMatrix transform;