(row_containing_pos): Adjust prototype.
authorGerd Moellmann <gerd@gnu.org>
Wed, 24 Oct 2001 09:10:57 +0000 (09:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 24 Oct 2001 09:10:57 +0000 (09:10 +0000)
src/dispextern.h

index 04fa780..f737b54 100644 (file)
@@ -2158,7 +2158,7 @@ extern int tool_bar_button_relief;
 
 struct glyph_row *row_containing_pos P_ ((struct window *, int,
                                          struct glyph_row *,
-                                         struct glyph_row *));
+                                         struct glyph_row *, int));
 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));