mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 03:50:47 -05:00
actor: Place coordinate of the pivot point in the right pointer
This commit is contained in:
parent
834c18c3fd
commit
36c2343001
@ -11695,7 +11695,7 @@ clutter_actor_get_pivot_point (ClutterActor *self,
|
|||||||
info = _clutter_actor_get_transform_info_or_defaults (self);
|
info = _clutter_actor_get_transform_info_or_defaults (self);
|
||||||
|
|
||||||
if (pivot_x != NULL)
|
if (pivot_x != NULL)
|
||||||
*pivot_y = info->pivot.x;
|
*pivot_x = info->pivot.x;
|
||||||
|
|
||||||
if (pivot_y != NULL)
|
if (pivot_y != NULL)
|
||||||
*pivot_y = info->pivot.y;
|
*pivot_y = info->pivot.y;
|
||||||
|
Loading…
Reference in New Issue
Block a user