summaryrefslogtreecommitdiff
path: root/src/libinput-private.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-01-25 15:29:11 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-01-25 15:29:11 +1000
commitde3f1fa6fa23cebef17640dc1eb4ea8df270ecd9 (patch)
tree0eb7ae087e9dd10fc2b962a8879d6906773a674a /src/libinput-private.h
parent6920a42fd4ec8dfa633ef5bc1865f994afc63693 (diff)
parentb6f59d0e3b2e38abd0c79e36a5971dc7ea1e2b16 (diff)
downloadlibinput-tablet-support.tar.gz
Merge branch 'master' into tablet-supporttablet-support
Diffstat (limited to 'src/libinput-private.h')
-rw-r--r--src/libinput-private.h2
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);