[clutter] actor: Place coordinate of the pivot point in the right pointer



commit 36c2343001e311df47452d89557571ea250db4ef
Author: Tomeu Vizoso <tomeu vizoso collabora com>
Date:   Mon Oct 8 11:08:20 2012 +0200

    actor: Place coordinate of the pivot point in the right pointer

 clutter/clutter-actor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index ab5c971..088045b 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -11695,7 +11695,7 @@ clutter_actor_get_pivot_point (ClutterActor *self,
   info = _clutter_actor_get_transform_info_or_defaults (self);
 
   if (pivot_x != NULL)
-    *pivot_y = info->pivot.x;
+    *pivot_x = info->pivot.x;
 
   if (pivot_y != NULL)
     *pivot_y = info->pivot.y;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]