Mercurial > emacs
changeset 25513:7ebf07355e2b
Add function prototype for resize_mini_window.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 03 Sep 1999 15:52:01 +0000 |
parents | 8d013f20532c |
children | 7db69ecb1870 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Sep 03 12:43:32 1999 +0000 +++ b/src/dispextern.h Fri Sep 03 15:52:01 1999 +0000 @@ -2030,6 +2030,7 @@ /* Defined in xdisp.c */ +int resize_mini_window P_ ((struct window *)); 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 *));