comparison 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
comparison
equal deleted inserted replaced
39432:04336fed250c 39433:65168fc5a6f5
2155 Function Prototypes 2155 Function Prototypes
2156 ***********************************************************************/ 2156 ***********************************************************************/
2157 2157
2158 /* Defined in xdisp.c */ 2158 /* Defined in xdisp.c */
2159 2159
2160 struct glyph_row *row_containing_pos P_ ((struct window *, int,
2161 struct glyph_row *,
2162 struct glyph_row *));
2160 int string_buffer_position P_ ((struct window *, Lisp_Object, int)); 2163 int string_buffer_position P_ ((struct window *, Lisp_Object, int));
2161 int line_bottom_y P_ ((struct it *)); 2164 int line_bottom_y P_ ((struct it *));
2162 int display_prop_intangible_p P_ ((Lisp_Object)); 2165 int display_prop_intangible_p P_ ((Lisp_Object));
2163 void resize_echo_area_exactly P_ ((void)); 2166 void resize_echo_area_exactly P_ ((void));
2164 int resize_mini_window P_ ((struct window *, int)); 2167 int resize_mini_window P_ ((struct window *, int));