diff options
| author | Gerd Moellmann | 1999-09-03 15:52:01 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-03 15:52:01 +0000 |
| commit | d0623bcd1b0fc7d5f71a9a855a48ddce82dc837f (patch) | |
| tree | 4a86997a9d8024b4d85b9181451c41715723ee7d /src | |
| parent | 3c6ede7b9181b7a0baada934bb01693a73aae688 (diff) | |
| download | emacs-d0623bcd1b0fc7d5f71a9a855a48ddce82dc837f.tar.gz emacs-d0623bcd1b0fc7d5f71a9a855a48ddce82dc837f.zip | |
Add function prototype for resize_mini_window.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
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 | ||
| 2033 | int resize_mini_window P_ ((struct window *)); | ||
| 2033 | int try_window P_ ((Lisp_Object, struct text_pos)); | 2034 | int try_window P_ ((Lisp_Object, struct text_pos)); |
| 2034 | void window_box P_ ((struct window *, int, int *, int *, int *, int *)); | 2035 | void window_box P_ ((struct window *, int, int *, int *, int *, int *)); |
| 2035 | int window_box_height P_ ((struct window *)); | 2036 | int window_box_height P_ ((struct window *)); |