diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index ed0cff5ce82..c0c11bf02d2 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -23519,9 +23519,9 @@ note_mouse_highlight (f, x, y) | |||
| 23519 | window = window_from_coordinates (f, x, y, &part, 0, 0, 1); | 23519 | window = window_from_coordinates (f, x, y, &part, 0, 0, 1); |
| 23520 | 23520 | ||
| 23521 | /* If displaying active text in another window, clear that. */ | 23521 | /* If displaying active text in another window, clear that. */ |
| 23522 | if (! EQ (window, hlinfo->mouse_face_window) | 23522 | if (! EQ (window, dpyinfo->mouse_face_window) |
| 23523 | /* Also clear if we move out of text area in same window. */ | 23523 | /* Also clear if we move out of text area in same window. */ |
| 23524 | || (!NILP (hlinfo->mouse_face_window) | 23524 | || (!NILP (dpyinfo->mouse_face_window) |
| 23525 | && !NILP (window) | 23525 | && !NILP (window) |
| 23526 | && part != ON_TEXT | 23526 | && part != ON_TEXT |
| 23527 | && part != ON_MODE_LINE | 23527 | && part != ON_MODE_LINE |