From 11bead1fa205a1353e6a33c6024c7e8ace80be7c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 25 Feb 2013 11:13:52 +1000 Subject: [PATCH] dix: fix a comment Signed-off-by: Peter Hutterer Reviewed-by: Keith Packard --- dix/touch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)