Mercurial > emacs
changeset 39432:04336fed250c
(row_containing_pos): Make externally visible.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 25 Sep 2001 09:53:42 +0000 |
parents | a7835e5d1d5f |
children | 65168fc5a6f5 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Tue Sep 25 08:37:59 2001 +0000 +++ b/src/xdisp.c Tue Sep 25 09:53:42 2001 +0000 @@ -686,9 +686,6 @@ static int tool_bar_lines_needed P_ ((struct frame *)); static int single_display_prop_intangible_p P_ ((Lisp_Object)); static void ensure_echo_area_buffers P_ ((void)); -static struct glyph_row *row_containing_pos P_ ((struct window *, int, - struct glyph_row *, - struct glyph_row *)); static Lisp_Object unwind_with_echo_area_buffer P_ ((Lisp_Object)); static Lisp_Object with_echo_area_buffer_unwind_data P_ ((struct window *)); static int with_echo_area_buffer P_ ((struct window *, int, @@ -11136,7 +11133,7 @@ all rows to the end of the display area of W. Value is the row containing CHARPOS or null. */ -static struct glyph_row * +struct glyph_row * row_containing_pos (w, charpos, start, end) struct window *w; int charpos;