wayland: treat touchpads like mouse devices
They both serve the same purpose of moving the pointer around, so they both should be considered pointer devices on the seat.
This commit is contained in:
parent
b414955230
commit
56ca7eeb65
@ -117,6 +117,7 @@ lookup_device_capabilities (ClutterDeviceManager *device_manager)
|
||||
|
||||
switch (device_type)
|
||||
{
|
||||
case CLUTTER_TOUCHPAD_DEVICE:
|
||||
case CLUTTER_POINTER_DEVICE:
|
||||
capabilities |= WL_SEAT_CAPABILITY_POINTER;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user