mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
clutter/stage: Fix an indentation mistake
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3216>
This commit is contained in:
parent
e5b50d14cf
commit
a243050bab
@ -3826,9 +3826,9 @@ clutter_stage_notify_grab_on_pointer_entry (ClutterStage *stage,
|
|||||||
clutter_event_free (event);
|
clutter_event_free (event);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((event_type == CLUTTER_NOTHING || event_type == CLUTTER_LEAVE) &&
|
if ((event_type == CLUTTER_NOTHING || event_type == CLUTTER_LEAVE) &&
|
||||||
implicit_grab_cancelled)
|
implicit_grab_cancelled)
|
||||||
cleanup_implicit_grab (entry);
|
cleanup_implicit_grab (entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user