elput: Add case for wheel tilt when getting pointer axis value
authorChris Michael <cp.michael@samsung.com>
Wed, 19 Apr 2017 17:16:57 +0000 (13:16 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 19 Apr 2017 17:16:57 +0000 (13:16 -0400)
commit642e7357f8c99d9a74cf3d1a89ab70d6d583dab6
tree2bd6e1138cfd427108e07a1c8998b108339fd153
parent0e6cd3fbf5994ca9775267fc49d5282b11982822
elput: Add case for wheel tilt when getting pointer axis value

libinput >= 1.7.0 added support for
LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT, however we do not yet support
that in elput, thus gcc was spilling a warning about an unhandled
enumeration value here. We'll add a case for the above, plus a default
to cover any future additions.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elput/elput_evdev.c