mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: fix XITouchClass sourceid assignment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
@@ -430,7 +430,7 @@ ListTouchInfo(DeviceIntPtr dev, xXITouchInfo * touch)
|
||||
{
|
||||
touch->type = XITouchClass;
|
||||
touch->length = sizeof(xXITouchInfo) >> 2;
|
||||
touch->sourceid = touch->sourceid;
|
||||
touch->sourceid = dev->touch->sourceid;
|
||||
touch->mode = dev->touch->mode;
|
||||
touch->num_touches = dev->touch->num_touches;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user