(note_mouse_movement): Undo last change.

This commit is contained in:
YAMAMOTO Mitsuharu 2005-10-12 12:19:15 +00:00
parent ce728a0c84
commit 6de0e1a293
4 changed files with 4 additions and 6 deletions

View file

@ -1,3 +1,7 @@
2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
2005-10-12 Kim F. Storm <storm@cua.dk>
* xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.

View file

@ -4193,8 +4193,6 @@ note_mouse_movement (frame, pos)
/* Remember which glyph we're now on. */
remember_mouse_glyph (frame, pos->h, pos->v, &last_mouse_glyph);
}
else
help_echo_string = previous_help_echo_string;
}

View file

@ -3238,8 +3238,6 @@ note_mouse_movement (frame, msg)
other times. */
remember_mouse_glyph (frame, mouse_x, mouse_y, &last_mouse_glyph);
}
else
help_echo_string = previous_help_echo_string;
}

View file

@ -3610,8 +3610,6 @@ note_mouse_movement (frame, event)
/* Remember which glyph we're now on. */
remember_mouse_glyph (frame, event->x, event->y, &last_mouse_glyph);
}
else
help_echo_string = previous_help_echo_string;
}