diff options
| author | Po Lu <luangruo@yahoo.com> | 2022-08-18 10:31:02 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2022-08-18 10:32:24 +0800 |
| commit | 79050eeeaf1ebf36cd2bf8be039f99d1e7e82ca8 (patch) | |
| tree | bf5b40a15e7b46e14b834167ce99c0cd4ff74940 /src | |
| parent | b6b191108000104519f9f6cee70b0ef9bba9dbc6 (diff) | |
; * src/xterm.c (xi_select_hierarchy_events): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index a40440e0dad..e50c1d4bbbf 100644 --- 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); |
