projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22c37a
)
Report time in XInput 2 button events
author
Po Lu
<luangruo@yahoo.com>
Sun, 21 Nov 2021 13:07:58 +0000
(21:07 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 21 Nov 2021 13:07:58 +0000
(21:07 +0800)
* src/xterm.c (handle_one_xevent): Report time in XI button
events.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index ee8e03f80b9b6ca0c61e8838a31c547ac895123c..f5459afd4ffbead5c316f1ffda9374325fb994f6 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-10145,6
+10145,7
@@
handle_one_xevent (struct x_display_info *dpyinfo,
| xev->mods.effective
| xev->mods.latched
| xev->mods.locked;
+ bv.time = xev->time;
memset (&compose_status, 0, sizeof (compose_status));
dpyinfo->last_mouse_glyph_frame = NULL;