diff options
| author | Martin Rudalics | 2011-06-07 14:51:07 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-06-07 14:51:07 +0200 |
| commit | fa8a67e67454a900e4cf7b93fed96f27ea41b1b8 (patch) | |
| tree | 3508a1b1b1d4a18ad171cf885e8f378b115955cc /src/window.h | |
| parent | 81d63f1a46e650d576a071c7126acde3e886c078 (diff) | |
| download | emacs-fa8a67e67454a900e4cf7b93fed96f27ea41b1b8.tar.gz emacs-fa8a67e67454a900e4cf7b93fed96f27ea41b1b8.zip | |
Make delete_all_subwindows argument a Lisp_Object.
* window.c (delete_window, Fset_window_configuration): Call
delete_all_subwindows with window as argument.
(delete_all_subwindows): Take a window as argument and not a
structure. Rewrite.
* window.h: delete_all_subwindows now takes a Lisp_Object as
argument.
* frame.c (delete_frame): Call delete_all_subwindows with root
window as argument.
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 *); |