diff options
| author | Gerd Moellmann | 1999-09-12 20:21:50 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-12 20:21:50 +0000 |
| commit | c99f60805759ad9930bd39fb8861e406de7c7bdc (patch) | |
| tree | 568fc9f855f34fce483fbddd655098df78d8a918 /src | |
| parent | 8ac211e8a5f69e2cc184dc6b4d09e536d24ce6f1 (diff) | |
| download | emacs-c99f60805759ad9930bd39fb8861e406de7c7bdc.tar.gz emacs-c99f60805759ad9930bd39fb8861e406de7c7bdc.zip | |
Change prototype of resize_mini_window.
Add prototype for resize_echo_area_axactly.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index fd32b1d2db1..1545770372a 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2037,7 +2037,8 @@ extern int tool_bar_button_relief; | |||
| 2037 | 2037 | ||
| 2038 | /* Defined in xdisp.c */ | 2038 | /* Defined in xdisp.c */ |
| 2039 | 2039 | ||
| 2040 | int resize_mini_window P_ ((struct window *)); | 2040 | void resize_echo_area_axactly P_ ((void)); |
| 2041 | int resize_mini_window P_ ((struct window *, int)); | ||
| 2041 | int try_window P_ ((Lisp_Object, struct text_pos)); | 2042 | int try_window P_ ((Lisp_Object, struct text_pos)); |
| 2042 | void window_box P_ ((struct window *, int, int *, int *, int *, int *)); | 2043 | void window_box P_ ((struct window *, int, int *, int *, int *, int *)); |
| 2043 | int window_box_height P_ ((struct window *)); | 2044 | int window_box_height P_ ((struct window *)); |