From 08da994a08bb74afae81176c56fb525d0439274b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 26 Nov 2012 12:33:29 +1000 Subject: [PATCH] dix: add FIXME, TouchRemovePointerGrab does nothing Signed-off-by: Peter Hutterer --- dix/touch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dix/touch.c b/dix/touch.c index f4a93c684..d890b6227 100644 --- a/dix/touch.c +++ b/dix/touch.c @@ -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