comparison src/dispextern.h @ 25655:a75be4927319

Change prototype of resize_mini_window. Add prototype for resize_echo_area_axactly.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 12 Sep 1999 20:21:50 +0000
parents 0ef06feb96ab
children a6aabf050a60
comparison
equal deleted inserted replaced
25654:4bf85d1d270b 25655:a75be4927319
2035 Function Prototypes 2035 Function Prototypes
2036 ***********************************************************************/ 2036 ***********************************************************************/
2037 2037
2038 /* Defined in xdisp.c */ 2038 /* Defined in xdisp.c */
2039 2039
2040 int resize_mini_window P_ ((struct window *)); 2040 void resize_echo_area_axactly P_ ((void));
2041 int resize_mini_window P_ ((struct window *, int));
2041 int try_window P_ ((Lisp_Object, struct text_pos)); 2042 int try_window P_ ((Lisp_Object, struct text_pos));
2042 void window_box P_ ((struct window *, int, int *, int *, int *, int *)); 2043 void window_box P_ ((struct window *, int, int *, int *, int *, int *));
2043 int window_box_height P_ ((struct window *)); 2044 int window_box_height P_ ((struct window *));
2044 int window_text_bottom_y P_ ((struct window *)); 2045 int window_text_bottom_y P_ ((struct window *));
2045 int window_box_width P_ ((struct window *, int)); 2046 int window_box_width P_ ((struct window *, int));