mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 23:24:10 +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);
|
||||
}
|
||||
|
||||
if ((event_type == CLUTTER_NOTHING || event_type == CLUTTER_LEAVE) &&
|
||||
implicit_grab_cancelled)
|
||||
cleanup_implicit_grab (entry);
|
||||
if ((event_type == CLUTTER_NOTHING || event_type == CLUTTER_LEAVE) &&
|
||||
implicit_grab_cancelled)
|
||||
cleanup_implicit_grab (entry);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user