aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-10-20 10:20:26 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-10-21 08:12:38 +1000
commitb06d3ffdcdb14978201af5b24a7292ee73b65318 (patch)
treed86738230570ba194cd0866fab61ab27df5a6071 /src/evdev.h
parentAdd the names of the valuators for the multitouch properties (diff)
downloadxf86-input-evdev-b06d3ffdcdb14978201af5b24a7292ee73b65318.tar.gz
xf86-input-evdev-b06d3ffdcdb14978201af5b24a7292ee73b65318.tar.bz2
xf86-input-evdev-b06d3ffdcdb14978201af5b24a7292ee73b65318.zip
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 <peter.hutterer@who-t.net> Reviewed-by: Benjamin Tissoires <tissoire@cena.fr> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h2
1 files changed, 1 insertions, 1 deletions
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 */