diff src/xterm.c @ 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 048184bb751e
children d443ad369a18
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;