clutter/stage: Make view fetch helper take floats
https://gitlab.gnome.org/GNOME/mutter/merge_requests/610
This commit is contained in:
parent
36b361617d
commit
e48c7c009a
@ -1588,8 +1588,8 @@ _clutter_stage_do_pick_on_view (ClutterStage *stage,
|
|||||||
|
|
||||||
static ClutterStageView *
|
static ClutterStageView *
|
||||||
get_view_at (ClutterStage *stage,
|
get_view_at (ClutterStage *stage,
|
||||||
int x,
|
float x,
|
||||||
int y)
|
float y)
|
||||||
{
|
{
|
||||||
ClutterStagePrivate *priv = stage->priv;
|
ClutterStagePrivate *priv = stage->priv;
|
||||||
GList *l;
|
GList *l;
|
||||||
|
Loading…
Reference in New Issue
Block a user