diff options
| author | Gerd Moellmann | 2001-10-24 09:10:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-24 09:10:57 +0000 |
| commit | 229151baacb947e95fefae19451b2574b256e569 (patch) | |
| tree | dec230f06df5470a92ddd22d58afa9022cc57374 | |
| parent | 76cb5e0695429155f95f43d63846005c32ccb58f (diff) | |
| download | emacs-229151baacb947e95fefae19451b2574b256e569.tar.gz emacs-229151baacb947e95fefae19451b2574b256e569.zip | |
(row_containing_pos): Adjust prototype.
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 04fa780b122..f737b54109e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2158,7 +2158,7 @@ extern int tool_bar_button_relief; | |||
| 2158 | 2158 | ||
| 2159 | struct glyph_row *row_containing_pos P_ ((struct window *, int, | 2159 | struct glyph_row *row_containing_pos P_ ((struct window *, int, |
| 2160 | struct glyph_row *, | 2160 | struct glyph_row *, |
| 2161 | struct glyph_row *)); | 2161 | struct glyph_row *, int)); |
| 2162 | int string_buffer_position P_ ((struct window *, Lisp_Object, int)); | 2162 | int string_buffer_position P_ ((struct window *, Lisp_Object, int)); |
| 2163 | int line_bottom_y P_ ((struct it *)); | 2163 | int line_bottom_y P_ ((struct it *)); |
| 2164 | int display_prop_intangible_p P_ ((Lisp_Object)); | 2164 | int display_prop_intangible_p P_ ((Lisp_Object)); |