From 4f5d66403882708ed3a2fc45db6bd39c2c7e760e Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 27 Jan 2005 22:33:01 +0000 Subject: [PATCH] (get_phys_cursor_geometry): Add prototype. --- src/dispextern.h | 2 ++ 1 file changed, 2 insertions(+) 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)); -- 2.39.2