[clutter/clutter-1.12] actor: Place coordinate of the pivot point in the right pointer (cherry picked from commit 36c234300
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.12] actor: Place coordinate of the pivot point in the right pointer (cherry picked from commit 36c234300
- Date: Wed, 17 Oct 2012 08:58:46 +0000 (UTC)
commit a576f9d0b1b700538e98a35c777bc84b298d506d
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
(cherry picked from commit 36c2343001e311df47452d89557571ea250db4ef)
Signed-off-by: Emmanuele Bassi <ebassi gnome org>
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]