comparison src/dispextern.h @ 36200:ede1d6e9b322

(line_bottom_y): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 19 Feb 2001 16:42:21 +0000
parents 6be98ede1ec8
children 3c4e5b3d7c4a
comparison
equal deleted inserted replaced
36199:74291ae46a62 36200:ede1d6e9b322
2143 Function Prototypes 2143 Function Prototypes
2144 ***********************************************************************/ 2144 ***********************************************************************/
2145 2145
2146 /* Defined in xdisp.c */ 2146 /* Defined in xdisp.c */
2147 2147
2148 int line_bottom_y P_ ((struct it *));
2148 int display_prop_intangible_p P_ ((Lisp_Object)); 2149 int display_prop_intangible_p P_ ((Lisp_Object));
2149 void resize_echo_area_axactly P_ ((void)); 2150 void resize_echo_area_axactly P_ ((void));
2150 int resize_mini_window P_ ((struct window *, int)); 2151 int resize_mini_window P_ ((struct window *, int));
2151 int try_window P_ ((Lisp_Object, struct text_pos)); 2152 int try_window P_ ((Lisp_Object, struct text_pos));
2152 void window_box P_ ((struct window *, int, int *, int *, int *, int *)); 2153 void window_box P_ ((struct window *, int, int *, int *, int *, int *));