Use G_GNUC_FALLTHROUGH instead of comments
Get the same task done in a bit more C:y way. https://gitlab.gnome.org/GNOME/mutter/merge_requests/998
This commit is contained in:
@ -637,7 +637,7 @@ gesture_tracker_state_changed (MetaGestureTracker *tracker,
|
||||
case META_SEQUENCE_ACCEPTED:
|
||||
meta_display_cancel_touch (display);
|
||||
|
||||
/* Intentional fall-through */
|
||||
G_GNUC_FALLTHROUGH;
|
||||
case META_SEQUENCE_REJECTED:
|
||||
{
|
||||
MetaBackend *backend;
|
||||
|
Reference in New Issue
Block a user