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