projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79050ee
)
; * src/xterm.c (xi_select_hierarchy_events): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Thu, 18 Aug 2022 02:32:49 +0000
(10:32 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 18 Aug 2022 02:32:49 +0000
(10:32 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index e50c1d4bbbf4fa66d148a54b69c34aacef978ce0..a329ca59d0f968bd4b0afe47e04a81f4f58459ca 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-27654,7
+27654,7
@@
xi_select_hierarchy_events (struct x_display_info *dpyinfo)
memset (m, 0, l);
mask.mask_len = l;
- mask.deviceid = XIAllDevice;
+ mask.deviceid = XIAllDevice
s
;
XISetMask (m, XI_PropertyEvent);
XISetMask (m, XI_HierarchyChanged);