From d0623bcd1b0fc7d5f71a9a855a48ddce82dc837f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 3 Sep 1999 15:52:01 +0000 Subject: [PATCH] Add function prototype for resize_mini_window. --- src/dispextern.h | 1 + 1 file changed, 1 insertion(+) 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 *)); -- 2.39.5