diff options
| author | Kim F. Storm | 2003-03-31 20:35:57 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-31 20:35:57 +0000 |
| commit | 92a373e30f1114d7a2ce21998d1de4ad4991158c (patch) | |
| tree | 7933028edead07ac7ed4eb57d1550082638ec31e /src | |
| parent | cdbc7fec13c9086ec254b91b037bb0da16231838 (diff) | |
| download | emacs-92a373e30f1114d7a2ce21998d1de4ad4991158c.tar.gz emacs-92a373e30f1114d7a2ce21998d1de4ad4991158c.zip | |
(change_window_heights): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 1cb91d3566e..50357d3494b 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -385,6 +385,7 @@ extern int window_height P_ ((Lisp_Object)); | |||
| 385 | extern int window_width P_ ((Lisp_Object)); | 385 | extern int window_width P_ ((Lisp_Object)); |
| 386 | extern void set_window_height P_ ((Lisp_Object, int, int)); | 386 | extern void set_window_height P_ ((Lisp_Object, int, int)); |
| 387 | extern void set_window_width P_ ((Lisp_Object, int, int)); | 387 | extern void set_window_width P_ ((Lisp_Object, int, int)); |
| 388 | extern void change_window_heights P_ ((Lisp_Object, int)); | ||
| 388 | extern void delete_all_subwindows P_ ((struct window *)); | 389 | extern void delete_all_subwindows P_ ((struct window *)); |
| 389 | extern void freeze_window_starts P_ ((struct frame *, int)); | 390 | extern void freeze_window_starts P_ ((struct frame *, int)); |
| 390 | extern void foreach_window P_ ((struct frame *, | 391 | extern void foreach_window P_ ((struct frame *, |