wayland/tablet-pad: Fix fallthrough warning

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

View File

@ -360,6 +360,7 @@ meta_wayland_tablet_pad_handle_event (MetaWaylandTabletPad *pad,
case CLUTTER_PAD_STRIP:
if (group)
return meta_wayland_tablet_pad_group_handle_event (group, event);
G_GNUC_FALLTHROUGH;
default:
return FALSE;
}