From: Kim F. Storm Date: Thu, 27 Jan 2005 22:33:01 +0000 (+0000) Subject: (get_phys_cursor_geometry): Add prototype. X-Git-Tag: ttn-vms-21-2-B4~2577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f5d66403882708ed3a2fc45db6bd39c2c7e760e;p=emacs.git (get_phys_cursor_geometry): Add prototype. --- diff --git a/src/dispextern.h b/src/dispextern.h index 89a8fe39aeb..3b72e54b6d1 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2644,6 +2644,8 @@ extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *, 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));