mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-05 04:20:13 +01:00
Revert "Reduce button scroll timeout to 38ms"
This introduces a regression, see #265. Reverting until a better solution can
be found.
This reverts commit 5dae7aac38.
This commit is contained in:
parent
ce971a1dc9
commit
dd96d6b900
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#endif
|
||||
|
||||
#define DEFAULT_WHEEL_CLICK_ANGLE 15
|
||||
#define DEFAULT_BUTTON_SCROLL_TIMEOUT ms2us(38)
|
||||
#define DEFAULT_BUTTON_SCROLL_TIMEOUT ms2us(200)
|
||||
|
||||
enum evdev_device_udev_tags {
|
||||
EVDEV_UDEV_TAG_INPUT = bit(0),
|
||||
|
|
|
|||
|
|
@ -3657,7 +3657,7 @@ litest_timeout_softbuttons(void)
|
|||
void
|
||||
litest_timeout_buttonscroll(void)
|
||||
{
|
||||
msleep(45);
|
||||
msleep(300);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue