summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-02-25 11:13:52 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-04-02 15:50:10 +1000
commit2eec013569f6daa952482ac5d9db8acc71fe01aa (patch)
treef402d555c622cc66356bedf13700a5b2e0d5b3b9 /dix
parentbce06afc99ce1d948f9002e0c5c7bc29d66425da (diff)
dix: fix a comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Keith Packard <keithp@keithp.com> (cherry picked from commit 11bead1fa205a1353e6a33c6024c7e8ace80be7c)
Diffstat (limited to 'dix')
-rw-r--r--dix/touch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dix/touch.c b/dix/touch.c
index 0db842c65..891cc7803 100644
--- a/dix/touch.c
+++ b/dix/touch.c
@@ -902,7 +902,8 @@ TouchSetupListeners(DeviceIntPtr dev, TouchPointInfoPtr ti, InternalEvent *ev)
}
/**
- * Remove the touch pointer grab from the device. Called from AllowSome()
+ * Remove the touch pointer grab from the device. Called from
+ * DeactivatePointerGrab()
*/
void
TouchRemovePointerGrab(DeviceIntPtr dev)