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