libinput: change gesture notify cancel parameter from int to bool
authorJoseExposito <jose.exposito89@gmail.com>
Mon, 12 Apr 2021 07:18:39 +0000 (09:18 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 13 Apr 2021 04:00:57 +0000 (14:00 +1000)
commitb64a60a63397a7a1187e70ece8e6c9072510ddcd
tree371b9808ff5def8c94641aa5f03d38d404fb6457
parent9ce8d561c1bcd9bfe2047d3bb6e099bb5ef3eb2b
libinput: change gesture notify cancel parameter from int to bool

Change the "cancel" parameter in the existing notify methods (swipe, pinch and
gesture_notify) from int to bool. It is used as boolean, the fact that it's an
int is just a historical quirkyness.

Signed-off-by: José Expósito <jose.exposito89@gmail.com>
src/libinput-private.h
src/libinput.c