diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-04-29 13:19:51 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-07-06 14:09:33 +1000 |
commit | 9fae0f8c3e9e9be40d290efc9d4092d6da18881c (patch) | |
tree | 152138667f2bf3aea5df4db41d7e01644b9bfc0b /src/evdev-mt-touchpad.h | |
parent | ad26785f6a112b469757ecfff284d9937da2b6ac (diff) |
touchpad: Allow querying whether a gesture ended normally or was cancelled
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'src/evdev-mt-touchpad.h')
-rw-r--r-- | src/evdev-mt-touchpad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev-mt-touchpad.h b/src/evdev-mt-touchpad.h index a9b7574..b8a8712 100644 --- a/src/evdev-mt-touchpad.h +++ b/src/evdev-mt-touchpad.h @@ -447,7 +447,7 @@ void tp_remove_gesture(struct tp_dispatch *tp); void -tp_gesture_stop(struct tp_dispatch *tp, uint64_t time); +tp_gesture_stop(struct tp_dispatch *tp, uint64_t time, int cancelled); void tp_gesture_handle_state(struct tp_dispatch *tp, uint64_t time); |