diff options
Diffstat (limited to 'src/evdev.h')
-rw-r--r-- | src/evdev.h | 2 |
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 */ |