From b06d3ffdcdb14978201af5b24a7292ee73b65318 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 20 Oct 2010 10:20:26 +1000 Subject: Rename abs/rel/prox to abs_queued/rel_queued/prox_queued. Mainly to avoid confusing between pEvdev->prox and pEvdev->proximity and to better express what these fields are actually holding. Signed-off-by: Peter Hutterer Reviewed-by: Benjamin Tissoires Reviewed-by: Daniel Stone --- src/evdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/evdev.h') diff --git a/src/evdev.h b/src/evdev.h index af93d41..7c17ca4 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -132,7 +132,7 @@ typedef struct { BOOL invert_y; int delta[REL_CNT]; - unsigned int abs, rel, prox; + unsigned int abs_queued, rel_queued, prox_queued; unsigned int abs_prox; /* valuators posted while out of prox? */ /* XKB stuff has to be per-device rather than per-driver */ -- cgit v1.2.3