# HG changeset patch # User Kim F. Storm # Date 1106865181 0 # Node ID 40cb8cb0262123309566d0a7e2b8f5d453a2b48d # Parent e3086ef13cec1adddf14371136936cfb5104018b (get_phys_cursor_geometry): Add prototype. diff -r e3086ef13cec -r 40cb8cb02621 src/dispextern.h --- 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));