Replace ClutterVertex by graphene_point3d_t

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/421
This commit is contained in:
Georges Basile Stavracas Neto
2019-02-20 10:01:07 -03:00
parent 59e3a1a816
commit 0199857c5b
5 changed files with 9 additions and 9 deletions

View File

@ -97,7 +97,7 @@ shell_util_get_transformed_allocation (ClutterActor *actor,
/* Code adapted from clutter-actor.c:
* Copyright 2006, 2007, 2008 OpenedHand Ltd
*/
ClutterVertex v[4];
graphene_point3d_t v[4];
gfloat x_min, x_max, y_min, y_max;
guint i;