projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9edb2
)
Be less strict about which emulated motion events to ignore
author
Po Lu
<luangruo@yahoo.com>
Sat, 19 Feb 2022 03:51:05 +0000
(11:51 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 19 Feb 2022 03:51:05 +0000
(11:51 +0800)
* src/xterm.c (handle_one_xevent): Don't test XI2 version before
dropping PointerEmulated motion events.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 53cb7a2ac45e96b6caf325e6da22efce90e3baa9..af456389aba3f27041f36b19675b73df33a4853a 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-11017,8
+11017,7
@@
handle_one_xevent (struct x_display_info *dpyinfo,
goto XI_OTHER;
#ifdef XI_TouchBegin
- if (xev->flags & XIPointerEmulated
- && dpyinfo->xi2_version >= 2)
+ if (xev->flags & XIPointerEmulated)
goto XI_OTHER;
#endif