diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-01-25 15:29:11 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-01-25 15:29:11 +1000 |
commit | de3f1fa6fa23cebef17640dc1eb4ea8df270ecd9 (patch) | |
tree | 0eb7ae087e9dd10fc2b962a8879d6906773a674a /src/libinput-private.h | |
parent | 6920a42fd4ec8dfa633ef5bc1865f994afc63693 (diff) | |
parent | b6f59d0e3b2e38abd0c79e36a5971dc7ea1e2b16 (diff) | |
download | libinput-tablet-support.tar.gz |
Merge branch 'master' into tablet-supporttablet-support
Diffstat (limited to 'src/libinput-private.h')
-rw-r--r-- | src/libinput-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libinput-private.h b/src/libinput-private.h index d78be646..3dff3a84 100644 --- a/src/libinput-private.h +++ b/src/libinput-private.h @@ -484,6 +484,7 @@ void gesture_notify_pinch(struct libinput_device *device, uint64_t time, enum libinput_event_type type, + int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, @@ -492,6 +493,7 @@ gesture_notify_pinch(struct libinput_device *device, void gesture_notify_pinch_end(struct libinput_device *device, uint64_t time, + int finger_count, double scale, int cancelled); |