diff options
Diffstat (limited to 'src/evdev.h')
-rw-r--r-- | src/evdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
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]; |