Signed-off-by: Peter Hutterer <[email protected]> --- dix/touch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dix/touch.c b/dix/touch.c index 0db842c..891cc78 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) -- 1.8.1.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
