Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Garnacho
855c402e77 backends: Consider pen/eraser devices when looking for matching WacomDevice
Those device types are still in use through the X11 backend, breaking some
checks around on that backend...

https://gitlab.gnome.org/GNOME/mutter/merge_requests/972
2020-03-20 21:55:26 +01:00

View File

@@ -1661,6 +1661,8 @@ check_add_mappable_device (MetaInputSettings *input_settings,
#ifdef HAVE_LIBWACOM
if (device_type == CLUTTER_TABLET_DEVICE ||
device_type == CLUTTER_PEN_DEVICE ||
device_type == CLUTTER_ERASER_DEVICE ||
device_type == CLUTTER_PAD_DEVICE)
{
WacomError *error = libwacom_error_new ();