evdev: remove signed value checks
authorTiago Vignatti <tiago.vignatti@intel.com>
Thu, 10 Nov 2011 12:47:30 +0000 (14:47 +0200)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:26 +0000 (17:51 +0100)
commit11bf9d088c93b124ba58e9c18476c9ae1d3d0c5b
treef43cea2be3f241538e1485cc1434cc6f0241f24a
parentf9abe44b984a4edc1fce89b851fcbed6425243a0
evdev: remove signed value checks

Very likely that 2.4 kernels won't be used with Wayland compositor so the
check for signal value is pretty much useless.

It's okay to change e->value inside evdev_process_absolute_motion_touchpad
given it's not used later on, and I also rather not touch this snip because it
will be changed when multi-touch support arrives.

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
compositor/evdev.c