From 47328317b34b179ce388a8211b61554215c37148 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 30 Apr 2021 18:09:21 +0000 Subject: Fri Apr 30 18:09:21 UTC 2021 l/gvfs-1.48.1-x86_64-1.txz: Upgraded. l/imagemagick-7.0.11_10-x86_64-1.txz: Upgraded. n/php-7.4.18-x86_64-1.txz: Upgraded. This update fixes bugs and security issues. For more information, see: https://www.php.net/ChangeLog-7.php#7.4.18 (* Security fix *) n/postfix-3.6.0-x86_64-1.txz: Upgraded. x/libepoxy-1.5.7-x86_64-1.txz: Upgraded. x/libinput-1.17.2-x86_64-1.txz: Upgraded. x/xorgproto-2021.4-x86_64-1.txz: Upgraded. xap/pavucontrol-4.0-x86_64-4.txz: Rebuilt. Fix segfault after crtl-Q. Thanks to Jonathan Woithe and 2slguevH. xap/pidgin-2.14.4-x86_64-1.txz: Upgraded. --- source/x/libinput/libinput.less.lag.complaining.diff | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/x/libinput') diff --git a/source/x/libinput/libinput.less.lag.complaining.diff b/source/x/libinput/libinput.less.lag.complaining.diff index a8d8c489a..5c1ec03b8 100644 --- a/source/x/libinput/libinput.less.lag.complaining.diff +++ b/source/x/libinput/libinput.less.lag.complaining.diff @@ -1,6 +1,6 @@ ---- ./src/evdev.c.orig 2020-08-12 22:50:03.612642300 -0500 -+++ ./src/evdev.c 2020-08-20 17:26:17.663305924 -0500 -@@ -1027,7 +1027,7 @@ +--- ./src/evdev.c.orig 2021-04-29 23:25:41.531076400 -0500 ++++ ./src/evdev.c 2021-04-30 12:39:02.636755868 -0500 +@@ -1028,7 +1028,7 @@ /* if we have a current libinput_dispatch() snapshot, compare our * event time with the one from the snapshot. If we have more than @@ -9,10 +9,10 @@ * where there is no steady event flow and thus SYN_DROPPED may not * get hit by the kernel despite us being too slow. */ -@@ -1035,7 +1035,7 @@ +@@ -1037,7 +1037,7 @@ return; - tdelta = us2ms(libinput->dispatch_time - input_event_time(ev)); + tdelta = us2ms(libinput->dispatch_time - eventtime); - if (tdelta > 10) { + if (tdelta > 75) { evdev_log_bug_client_ratelimit(device, -- cgit v1.2.3-79-gdb01