]> git.eshelyaron.com Git - emacs.git/commitdiff
Add function prototype for resize_mini_window.
authorGerd Moellmann <gerd@gnu.org>
Fri, 3 Sep 1999 15:52:01 +0000 (15:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 3 Sep 1999 15:52:01 +0000 (15:52 +0000)
src/dispextern.h

index 29b0c2aa550dd8833ad8840354d7890c72732090..daee9ed46451d725a58e04570bfa2e56d110d4c3 100644 (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 *));