changeset 39433:65168fc5a6f5

(row_containing_pos): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Sep 2001 09:54:09 +0000
parents 04336fed250c
children a6b7de61a863
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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));