mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 10:44:12 -08:00
; * src/xterm.c (xi_select_hierarchy_events): Fix typo.
This commit is contained in:
parent
b6b1911080
commit
79050eeeaf
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue