From 771eee968282e308d997adfa78bd39e7429d2c1c Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Sun, 23 Jul 2006 22:40:51 -0400 Subject: Replace the old two buffer approach to handling rel emulation of abs axes, should help with some of the reported jitter problems. --- src/evdev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/evdev.h') diff --git a/src/evdev.h b/src/evdev.h index 161978d..db33546 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -156,8 +156,8 @@ typedef struct { typedef struct { int axes; - int n; /* Which abs_v is current, and which is previous. */ - int v[2][ABS_MAX]; + int v[ABS_MAX]; + int old_x, old_y; int count; int min[ABS_MAX]; int max[ABS_MAX]; -- cgit v1.2.3