Mercurial > emacs
changeset 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 | 4bf85d1d270b |
children | b278da3accef |
files | src/dispextern.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Sun Sep 12 20:21:49 1999 +0000 +++ b/src/dispextern.h Sun Sep 12 20:21:50 1999 +0000 @@ -2037,7 +2037,8 @@ /* Defined in xdisp.c */ -int resize_mini_window P_ ((struct window *)); +void resize_echo_area_axactly P_ ((void)); +int resize_mini_window P_ ((struct window *, int)); int try_window P_ ((Lisp_Object, struct text_pos)); void window_box P_ ((struct window *, int, int *, int *, int *, int *)); int window_box_height P_ ((struct window *));