summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-21 09:43:23 +0800
committerPo Lu <luangruo@yahoo.com>2021-12-21 09:43:23 +0800
commit4234995d428f53ffa9dbf2d4817e2cdfe613a5f4 (patch)
tree21aa8dfeb8f5043b5825b307fadaea84d2a91c42
parent2bcd299431495e2107df16febf9b207c75fb29fd (diff)
downloademacs-4234995d428f53ffa9dbf2d4817e2cdfe613a5f4.tar.gz
* src/xterm.c (handle_one_xevent): Set user time on touch events.
-rw-r--r--src/xterm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 47539fdef5d..0cc093dc752 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10879,6 +10879,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
{
struct xi_device_t *device;
device = xi_device_from_id (dpyinfo, xev->deviceid);
+ x_display_set_last_user_time (dpyinfo, xev->time);
if (!device)
goto XI_OTHER;
@@ -10939,6 +10940,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
Lisp_Object arg = Qnil;
device = xi_device_from_id (dpyinfo, xev->deviceid);
+ x_display_set_last_user_time (dpyinfo, xev->time);
if (!device)
goto XI_OTHER;
@@ -10979,6 +10981,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
bool unlinked_p;
device = xi_device_from_id (dpyinfo, xev->deviceid);
+ x_display_set_last_user_time (dpyinfo, xev->time);
if (!device)
goto XI_OTHER;