clutter/gesture-action: Fix a fallthrough warning

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2319>
This commit is contained in:
Jonas Ådahl 2022-03-04 20:50:12 +01:00 committed by Marge Bot
parent 863a519f00
commit ab21bedcfc

View File

@ -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)