Mercurial > emacs
changeset 59747:40cb8cb02621
(get_phys_cursor_geometry): Add prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 27 Jan 2005 22:33:01 +0000 |
parents | e3086ef13cec |
children | 1df465faf1df |
files | src/dispextern.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Thu Jan 27 22:32:41 2005 +0000 +++ b/src/dispextern.h Thu Jan 27 22:33:01 2005 +0000 @@ -2644,6 +2644,8 @@ extern void draw_phys_cursor_glyph P_ ((struct window *, struct glyph_row *, enum draw_glyphs_face)); +extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, + struct glyph *, int *)); extern void erase_phys_cursor P_ ((struct window *)); extern void display_and_set_cursor P_ ((struct window *, int, int, int, int, int));