mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 07:00:06 +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 commit5dae7aac38. (cherry picked from commitdd96d6b900)
This commit is contained in:
parent
df712c9dbb
commit
652e8e4e56
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),
|
||||
|
|
|
|||
|
|
@ -3640,7 +3640,7 @@ litest_timeout_softbuttons(void)
|
|||
void
|
||||
litest_timeout_buttonscroll(void)
|
||||
{
|
||||
msleep(45);
|
||||
msleep(300);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue