]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (xi_select_hierarchy_events): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Thu, 18 Aug 2022 02:31:02 +0000 (10:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 18 Aug 2022 02:32:24 +0000 (10:32 +0800)
src/xterm.c

index a40440e0dad2acd4b0360c27cd7486a05ccb5ee4..e50c1d4bbbf4fa66d148a54b69c34aacef978ce0 100644 (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);