summaryrefslogtreecommitdiff
path: root/src/evdev-tablet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev-tablet.h')
-rw-r--r--src/evdev-tablet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev-tablet.h b/src/evdev-tablet.h
index 0225dcf4..4d359bbd 100644
--- a/src/evdev-tablet.h
+++ b/src/evdev-tablet.h
@@ -53,7 +53,7 @@ struct tablet_dispatch {
struct evdev_device *device;
unsigned int status;
unsigned char changed_axes[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
- double axes[LIBINPUT_TABLET_TOOL_AXIS_MAX + 1];
+ struct tablet_axes axes;
double deltas[LIBINPUT_TABLET_TOOL_AXIS_MAX + 1];
unsigned char axis_caps[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];