(note_mouse_movement): Undo last change.
This commit is contained in:
parent
ce728a0c84
commit
6de0e1a293
4 changed files with 4 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue