aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-03 15:52:01 +0000
committerGerd Moellmann1999-09-03 15:52:01 +0000
commitd0623bcd1b0fc7d5f71a9a855a48ddce82dc837f (patch)
tree4a86997a9d8024b4d85b9181451c41715723ee7d /src
parent3c6ede7b9181b7a0baada934bb01693a73aae688 (diff)
downloademacs-d0623bcd1b0fc7d5f71a9a855a48ddce82dc837f.tar.gz
emacs-d0623bcd1b0fc7d5f71a9a855a48ddce82dc837f.zip
Add function prototype for resize_mini_window.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h1
1 files changed, 1 insertions, 0 deletions
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;
2030 2030
2031/* Defined in xdisp.c */ 2031/* Defined in xdisp.c */
2032 2032
2033int resize_mini_window P_ ((struct window *));
2033int try_window P_ ((Lisp_Object, struct text_pos)); 2034int try_window P_ ((Lisp_Object, struct text_pos));
2034void window_box P_ ((struct window *, int, int *, int *, int *, int *)); 2035void window_box P_ ((struct window *, int, int *, int *, int *, int *));
2035int window_box_height P_ ((struct window *)); 2036int window_box_height P_ ((struct window *));