From 65ace4c2ac12371d885c621376f49c3fe93776e9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 25 Sep 2001 09:54:09 +0000 Subject: [PATCH] (row_containing_pos): Add prototype. --- src/dispextern.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dispextern.h b/src/dispextern.h index d3f024e81c9..2e3b57afc27 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2157,6 +2157,9 @@ extern int tool_bar_button_relief; /* Defined in xdisp.c */ +struct glyph_row *row_containing_pos P_ ((struct window *, int, + struct glyph_row *, + struct glyph_row *)); int string_buffer_position P_ ((struct window *, Lisp_Object, int)); int line_bottom_y P_ ((struct it *)); int display_prop_intangible_p P_ ((Lisp_Object));