Replace ClutterPoint by graphene_point_t

Remove the tests for ClutterPoint since it's
corresponding code moved to private ClutterStage
methods.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/458
This commit is contained in:
Georges Basile Stavracas Neto
2019-02-20 11:53:44 -03:00
parent cd293f764e
commit 160cc9182d
48 changed files with 275 additions and 606 deletions

View File

@ -150,7 +150,7 @@ constrain_all_screen_monitors (ClutterInputDevice *device,
float *x,
float *y)
{
ClutterPoint current;
graphene_point_t current;
float cx, cy;
GList *logical_monitors, *l;