diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index cb26ec1df5d..22394aba204 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6252,7 +6252,8 @@ note_mouse_highlight (f, x, y) | |||
| 6252 | return; | 6252 | return; |
| 6253 | #endif | 6253 | #endif |
| 6254 | 6254 | ||
| 6255 | if (disable_mouse_highlight) | 6255 | if (disable_mouse_highlight |
| 6256 | || !f->glyphs_initialized_p) | ||
| 6256 | return; | 6257 | return; |
| 6257 | 6258 | ||
| 6258 | dpyinfo->mouse_face_mouse_x = x; | 6259 | dpyinfo->mouse_face_mouse_x = x; |