diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-12-14 16:25:22 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-12-23 07:33:39 +1000 |
commit | fa71278c19847af31066039296b56662d8f888d4 (patch) | |
tree | 483df542d7ec01742285717e00b450985efdcb07 /src/libinput-private.h | |
parent | 67220c643ff7aa968d7dd1fc25b5ad5900b4de7d (diff) |
tablet: store the wheel delta in the normal axes
Now that we don't provide an API anymore to access the absolute value of the
wheel and the axes are handled separately, we can safely store the wheel delta
in the normal axis array.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'src/libinput-private.h')
-rw-r--r-- | src/libinput-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libinput-private.h b/src/libinput-private.h index 1f4dab6..4e0f7f4 100644 --- a/src/libinput-private.h +++ b/src/libinput-private.h @@ -481,7 +481,6 @@ tablet_notify_axis(struct libinput_device *device, enum libinput_tablet_tool_tip_state tip_state, unsigned char *changed_axes, double *axes, - double wheel_delta, int wheel_discrete); void |