mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
0 is the value for "unknown/unlimited" number of touches
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -1205,7 +1205,7 @@ EvdevAddAbsValuatorClass(DeviceIntPtr device)
|
||||
#ifdef MULTITOUCH
|
||||
if (num_mt_axes > 0)
|
||||
{
|
||||
int num_touches = 10;
|
||||
int num_touches = 0;
|
||||
int mode = pEvdev->flags & EVDEV_TOUCHPAD ?
|
||||
XIDependentTouch : XIDirectTouch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user