1
0
Fork 0

clutter/stage: Make view fetch helper take floats

https://gitlab.gnome.org/GNOME/mutter/merge_requests/610
This commit is contained in:
Jonas Ådahl 2019-05-06 11:27:52 +02:00
parent 36b361617d
commit e48c7c009a

View file

@ -1588,8 +1588,8 @@ _clutter_stage_do_pick_on_view (ClutterStage *stage,
static ClutterStageView *
get_view_at (ClutterStage *stage,
int x,
int y)
float x,
float y)
{
ClutterStagePrivate *priv = stage->priv;
GList *l;