mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 14:00:29 +01:00
test: fix test for tablet rel wheel discrete deltas
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0c6f505ae6
commit
72249f8a16
1 changed files with 1 additions and 1 deletions
|
|
@ -2082,7 +2082,7 @@ START_TEST(mouse_wheel)
|
|||
ck_assert_int_eq(val, 0);
|
||||
|
||||
val = libinput_event_tablet_tool_get_axis_delta_discrete(tev,
|
||||
LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z);
|
||||
LIBINPUT_TABLET_TOOL_AXIS_REL_WHEEL);
|
||||
ck_assert_int_eq(val, 0);
|
||||
|
||||
libinput_event_destroy(event);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue