mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-09 22:40:38 +02:00
Xi: fix XITouchClass sourceid assignment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
(cherry picked from commit 72cfc1a097)
This commit is contained in:
parent
4af8e22b1a
commit
b0be2d29b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue