mirror of
https://github.com/brl/mutter.git
synced 2025-02-20 15:04:09 +00:00
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;
|
break;
|
||||||
default:
|
default:
|
||||||
g_warn_if_reached ();
|
g_warn_if_reached ();
|
||||||
|
G_GNUC_FALLTHROUGH;
|
||||||
case G_DESKTOP_POINTER_ACCEL_PROFILE_DEFAULT:
|
case G_DESKTOP_POINTER_ACCEL_PROFILE_DEFAULT:
|
||||||
libinput_profile =
|
libinput_profile =
|
||||||
libinput_device_config_accel_get_default_profile (libinput_device);
|
libinput_device_config_accel_get_default_profile (libinput_device);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user