1
Fork 0
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:
Po Lu 2022-08-18 10:31:02 +08:00
parent b6b1911080
commit 79050eeeaf

View file

@ -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);