comparison src/xterm.c @ 37984:6742591013d0

(clear_mouse_face): Reset dpyinfo->mouse_face_overlay as well otherwise note_mouse_highlight might optimize away highlighting if we pass over that same overlay again.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 02 Jun 2001 19:18:32 +0000
parents b64d19038fca
children d65ad759dc22
comparison
equal deleted inserted replaced
37983:081777df34a7 37984:6742591013d0
7694 } 7694 }
7695 7695
7696 dpyinfo->mouse_face_beg_row = dpyinfo->mouse_face_beg_col = -1; 7696 dpyinfo->mouse_face_beg_row = dpyinfo->mouse_face_beg_col = -1;
7697 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1; 7697 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
7698 dpyinfo->mouse_face_window = Qnil; 7698 dpyinfo->mouse_face_window = Qnil;
7699 dpyinfo->mouse_face_overlay = Qnil;
7699 return cleared; 7700 return cleared;
7700 } 7701 }
7701 7702
7702 7703
7703 /* Clear any mouse-face on window W. This function is part of the 7704 /* Clear any mouse-face on window W. This function is part of the