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

@ -100,7 +100,7 @@ st_scroll_view_fade_paint_target (ClutterOffscreenEffect *effect)
float fade_area_topleft[2];
float fade_area_bottomright[2];
ClutterVertex verts[4];
graphene_point3d_t verts[4];
clutter_actor_get_paint_box (self->actor, &paint_box);
clutter_actor_get_abs_allocation_vertices (self->actor, verts);