1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

Add function prototype for resize_mini_window.

This commit is contained in:
Gerd Moellmann 1999-09-03 15:52:01 +00:00
parent 3c6ede7b91
commit d0623bcd1b

View file

@ -2030,6 +2030,7 @@ extern int toolbar_button_relief;
/* 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 *));