summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-11-26 12:33:29 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-12-12 17:24:56 +1000
commit08da994a08bb74afae81176c56fb525d0439274b (patch)
tree9021cb7c46e66f4985d6edaf4ead9c956c918656 /dix
parent00def5144557cfe8bf535f926212a8e084dc7cf6 (diff)
dix: add FIXME, TouchRemovePointerGrab does nothing
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'dix')
-rw-r--r--dix/touch.c2
1 files changed, 2 insertions, 0 deletions
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