]> git.eshelyaron.com Git - emacs.git/commitdiff
(row_containing_pos): Add prototype.
authorGerd Moellmann <gerd@gnu.org>
Tue, 25 Sep 2001 09:54:09 +0000 (09:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 25 Sep 2001 09:54:09 +0000 (09:54 +0000)
src/dispextern.h

index d3f024e81c9ab9da382861e6ec6e1ef5dadbd44c..2e3b57afc27c0aea03bd48d12721257abca1ae4d 100644 (file)
@@ -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));