diff src/dispextern.h @ 39433:65168fc5a6f5

(row_containing_pos): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Sep 2001 09:54:09 +0000
parents db6c2951e6a7
children 97363868cbb1
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));