evdev: Use has_abs only for ABS_X and ABS_Y, introduce has_mt for MT events
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 16 Dec 2013 21:42:40 +0000 (13:42 -0800)
committerJonas Ådahl <jadahl@gmail.com>
Sat, 21 Dec 2013 11:32:31 +0000 (12:32 +0100)
commit7226e8c36840c8eb218ddf733ca105c596834ee6
tree1ea94da6919fa0a6e6db0963f871c1b6f4ff6603
parent606706f87fb618c0533fcfbd81d7b5e410b37528
evdev: Use has_abs only for ABS_X and ABS_Y, introduce has_mt for MT events

We split up has_abs into plain ABS_X/Y and MT events, but this shouldn't
introduce any logic changes.
src/evdev.c