diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index e246b8c34ef..9fabb59ed43 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -364,7 +364,7 @@ extern void set_window_height P_ ((Lisp_Object, int, int)); | |||
| 364 | extern void set_window_width P_ ((Lisp_Object, int, int)); | 364 | extern void set_window_width P_ ((Lisp_Object, int, int)); |
| 365 | extern void change_window_height P_ ((int, int)); | 365 | extern void change_window_height P_ ((int, int)); |
| 366 | extern void delete_all_subwindows P_ ((struct window *)); | 366 | extern void delete_all_subwindows P_ ((struct window *)); |
| 367 | extern void free_window_starts P_ ((struct frame *, int)); | 367 | extern void freeze_window_starts P_ ((struct frame *, int)); |
| 368 | extern void foreach_window (); | 368 | extern void foreach_window (); |
| 369 | 369 | ||
| 370 | /* Make WINDOW display BUFFER as its contents. RUN_HOOKS_P non-zero | 370 | /* Make WINDOW display BUFFER as its contents. RUN_HOOKS_P non-zero |