comparison src/ChangeLog @ 59746:e3086ef13cec

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 27 Jan 2005 22:32:41 +0000
parents 2177d96b9c08
children 41a033ce3155
comparison
equal deleted inserted replaced
59745:2177d96b9c08 59746:e3086ef13cec
1 2005-01-27 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (get_phys_cursor_geometry): New function to calculate
4 phys cursor position and size for hollow cursor. Position is
5 aligned with get_glyph_string_clip_rect and ensures that a hollow
6 cursor is shown, even when the actual glyph is not visible.
7
8 * dispextern.h (get_phys_cursor_geometry): Add prototype.
9
10 * xterm.c (x_clip_to_row): Ensure y >= 0.
11 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
12
13 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
14
15 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
16
1 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca> 17 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 18
3 * xterm.c (x_error_quitter): Add a prototype. Make it static again. 19 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
4 20
5 2005-01-27 Kim F. Storm <storm@cua.dk> 21 2005-01-27 Kim F. Storm <storm@cua.dk>