projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f8ead
)
Fix event data leak
author
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jul 2023 13:26:05 +0000
(21:26 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jul 2023 13:26:05 +0000
(21:26 +0800)
* src/xterm.c (handle_one_xevent): Jump to XI_OTHER after
handling touch ownership event.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 130a2c93b64da8938dd702748aa1b64b3059fe35..645aa76513cd79b07e08838270b538d5ceba7c77 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-24467,6
+24467,8
@@
handle_one_xevent (struct x_display_info *dpyinfo,
/* As a result, Emacs should complete whatever editing
operations result from this touch sequence. */
touchpoint->ownership = TOUCH_OWNERSHIP_SELF;
+
+ goto XI_OTHER;
}
case XI_TouchUpdate: