dix: add FIXME, TouchRemovePointerGrab does nothing
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
00def51445
commit
08da994a08
|
@ -915,6 +915,8 @@ TouchRemovePointerGrab(DeviceIntPtr dev)
|
||||||
ti = TouchFindByClientID(dev, ev->touchid);
|
ti = TouchFindByClientID(dev, ev->touchid);
|
||||||
if (!ti)
|
if (!ti)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
/* FIXME: missing a bit of code here... */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* As touch grabs don't turn into active grabs with their own resources, we
|
/* As touch grabs don't turn into active grabs with their own resources, we
|
||||||
|
|
Loading…
Reference in New Issue