+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.
/* 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;
}
\f
other times. */
remember_mouse_glyph (frame, mouse_x, mouse_y, &last_mouse_glyph);
}
- else
- help_echo_string = previous_help_echo_string;
}
\f
/* 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;
}
\f