From: Gerd Moellmann Date: Fri, 3 Sep 1999 15:52:01 +0000 (+0000) Subject: Add function prototype for resize_mini_window. X-Git-Tag: emacs-pretest-21.0.90~6929 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0623bcd1b0fc7d5f71a9a855a48ddce82dc837f;p=emacs.git Add function prototype for resize_mini_window. --- diff --git a/src/dispextern.h b/src/dispextern.h index 29b0c2aa550..daee9ed4645 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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 *));