dix: add FIXME, TouchRemovePointerGrab does nothing

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2012-11-26 12:33:29 +10:00
parent 00def51445
commit 08da994a08

View File

@ -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