dix: add FIXME, TouchRemovePointerGrab does nothing
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user