mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
clutter/gesture-action: Fix a fallthrough warning
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2319>
This commit is contained in:
parent
863a519f00
commit
ab21bedcfc
@ -417,7 +417,7 @@ clutter_gesture_action_handle_event (ClutterAction *action,
|
|||||||
return CLUTTER_EVENT_PROPAGATE;
|
return CLUTTER_EVENT_PROPAGATE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Follow same code path as a touch event update */
|
G_GNUC_FALLTHROUGH;
|
||||||
|
|
||||||
case CLUTTER_TOUCH_UPDATE:
|
case CLUTTER_TOUCH_UPDATE:
|
||||||
if (!priv->in_gesture)
|
if (!priv->in_gesture)
|
||||||
|
Loading…
Reference in New Issue
Block a user