gestures: rename int filter_motion to bool ignore_motion
authorJoseExposito <jose.exposito89@gmail.com>
Mon, 12 Apr 2021 16:12:25 +0000 (18:12 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 13 Apr 2021 04:01:11 +0000 (14:01 +1000)
commit82da751726b7038e347be5377c3ebf468e6b5770
tree893bd347857ec881222dc44f5263e6d83a15c61e
parentb64a60a63397a7a1187e70ece8e6c9072510ddcd
gestures: rename int filter_motion to bool ignore_motion

Use a bool instead of an int and also rename the variable to avoid ambiguity
with tp_filter_motion().

Signed-off-by: José Expósito <jose.exposito89@gmail.com>
src/evdev-mt-touchpad.c