changeset 27967:7d61ff2d1530

(note_mouse_highlight): Return quickly if frame's glyph matrices have been freed.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 02 Mar 2000 20:08:20 +0000
parents b8b910003631
children 7634011b93f3
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Thu Mar 02 14:37:01 2000 +0000
+++ b/src/xterm.c	Thu Mar 02 20:08:20 2000 +0000
@@ -6252,7 +6252,8 @@
     return;
 #endif
 
-  if (disable_mouse_highlight)
+  if (disable_mouse_highlight
+      || !f->glyphs_initialized_p)
     return;
 
   dpyinfo->mouse_face_mouse_x = x;