comparison 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
comparison
equal deleted inserted replaced
27966:b8b910003631 27967:7d61ff2d1530
6250 #ifdef USE_X_TOOLKIT 6250 #ifdef USE_X_TOOLKIT
6251 if (popup_activated ()) 6251 if (popup_activated ())
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;
6259 dpyinfo->mouse_face_mouse_y = y; 6260 dpyinfo->mouse_face_mouse_y = y;
6260 dpyinfo->mouse_face_mouse_frame = f; 6261 dpyinfo->mouse_face_mouse_frame = f;