diff options
Diffstat (limited to 'src/window.h')
| -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 7f937e92284..37d22bd7a76 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -770,7 +770,7 @@ EXFUN (Fwindow_dedicated_p, 1); | |||
| 770 | extern void set_window_height (Lisp_Object, int, int); | 770 | extern void set_window_height (Lisp_Object, int, int); |
| 771 | extern void set_window_width (Lisp_Object, int, int); | 771 | extern void set_window_width (Lisp_Object, int, int); |
| 772 | extern void change_window_heights (Lisp_Object, int); | 772 | extern void change_window_heights (Lisp_Object, int); |
| 773 | extern void delete_all_subwindows (struct window *); | 773 | extern void delete_all_subwindows (Lisp_Object); |
| 774 | extern void freeze_window_starts (struct frame *, int); | 774 | extern void freeze_window_starts (struct frame *, int); |
| 775 | extern void grow_mini_window (struct window *, int); | 775 | extern void grow_mini_window (struct window *, int); |
| 776 | extern void shrink_mini_window (struct window *); | 776 | extern void shrink_mini_window (struct window *); |