commit | 61ed7b6bf06895b6e0ac8e3c5fff12e491449fd9 | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Wed Jul 08 11:55:28 2015 +0300 |
committer | Daniel Stone <daniels@collabora.com> | Thu Aug 06 16:21:01 2015 +0100 |
tree | d8f6e0861a0ca847edd51452d6f493821eddc729 | |
parent | 7239d74bb3d43c46c958079e7c8f759371599455 [diff] |
input: pass the global touch coordinates to the touch grab This makes it consistent with the pointer grab, which also gets global coordinates and not surface relative ones, and allows to easily filter out gestures based on compositor global hotspots. Reviewed-by: Daniel Stone <daniels@collabora.com>