input-settins/x11: Fix switch fallthrough warning
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2319>
This commit is contained in:
parent
79319a3a91
commit
43870a5f55
@ -593,6 +593,7 @@ set_device_accel_profile (ClutterInputDevice *device,
|
||||
break;
|
||||
default:
|
||||
g_warn_if_reached ();
|
||||
G_GNUC_FALLTHROUGH;
|
||||
case G_DESKTOP_POINTER_ACCEL_PROFILE_DEFAULT:
|
||||
values[0] = defaults[0];
|
||||
values[1] = defaults[1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user