From: Gerd Moellmann Date: Tue, 25 Sep 2001 09:54:09 +0000 (+0000) Subject: (row_containing_pos): Add prototype. X-Git-Tag: emacs-pretest-21.0.106~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65ace4c2ac12371d885c621376f49c3fe93776e9;p=emacs.git (row_containing_pos): Add prototype. --- 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));