input-settings/native: Fix switch fallthrough warning
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2319>
This commit is contained in:
parent
43870a5f55
commit
339c315ed9
@ -526,6 +526,7 @@ set_device_accel_profile (ClutterInputDevice *device,
|
||||
break;
|
||||
default:
|
||||
g_warn_if_reached ();
|
||||
G_GNUC_FALLTHROUGH;
|
||||
case G_DESKTOP_POINTER_ACCEL_PROFILE_DEFAULT:
|
||||
libinput_profile =
|
||||
libinput_device_config_accel_get_default_profile (libinput_device);
|
||||
|
Loading…
x
Reference in New Issue
Block a user