diff options
Diffstat (limited to 'src/xterm.c')
| -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 1c07c56241e..2070c65d76a 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6097,6 +6097,8 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit) | |||
| 6097 | 6097 | ||
| 6098 | f = x_any_window_to_frame (dpyinfo, event.xkey.window); | 6098 | f = x_any_window_to_frame (dpyinfo, event.xkey.window); |
| 6099 | 6099 | ||
| 6100 | /* If mouse-highlight is an integer, input clears out | ||
| 6101 | mouse highlighting. */ | ||
| 6100 | if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight) | 6102 | if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight) |
| 6101 | && (f == 0 | 6103 | && (f == 0 |
| 6102 | || !EQ (f->tool_bar_window, dpyinfo->mouse_face_window))) | 6104 | || !EQ (f->tool_bar_window, dpyinfo->mouse_face_window))) |