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);
|
||||
if (!ti)
|
||||
return;
|
||||
|
||||
/* FIXME: missing a bit of code here... */
|
||||
}
|
||||
|
||||
/* As touch grabs don't turn into active grabs with their own resources, we
|
||||
|
|
Loading…
Reference in New Issue