# HG changeset patch # User Gerd Moellmann # Date 1001411649 0 # Node ID 65168fc5a6f5473b9baf9890c90d6e32c3460159 # Parent 04336fed250c1e70ef6de29f574b52a59373ca34 (row_containing_pos): Add prototype. diff -r 04336fed250c -r 65168fc5a6f5 src/dispextern.h --- a/src/dispextern.h Tue Sep 25 09:53:42 2001 +0000 +++ b/src/dispextern.h Tue Sep 25 09:54:09 2001 +0000 @@ -2157,6 +2157,9 @@ /* 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));