mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
wayland/tablet-pad: Fix fallthrough warning
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2319>
This commit is contained in:
parent
339c315ed9
commit
590e32dc62
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user