diff options
| author | Stefan Monnier | 2016-08-02 22:43:11 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2016-08-02 22:43:11 -0400 |
| commit | 5f0b1c307a7d66ee8d2afa2eff982866785f60dd (patch) | |
| tree | 735d79a94cfbd207e09c3ad64956bcc7be0fc1d6 /src/window.h | |
| parent | d98f7834266beed9b1c7b561168570938ec2c6bf (diff) | |
| download | emacs-5f0b1c307a7d66ee8d2afa2eff982866785f60dd.tar.gz emacs-5f0b1c307a7d66ee8d2afa2eff982866785f60dd.zip | |
* src/window.c (sanitize_window_sizes): Remove unused arg `frame'
* src/window.h (sanitize_window_sizes): Adjust prototype.
* src/frame.c (adjust_frame_size): Adjust calls.
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 268e0f2c1b0..c2898194854 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -1105,7 +1105,7 @@ extern int window_body_width (struct window *w, bool); | |||
| 1105 | extern void temp_output_buffer_show (Lisp_Object); | 1105 | extern void temp_output_buffer_show (Lisp_Object); |
| 1106 | extern void replace_buffer_in_windows (Lisp_Object); | 1106 | extern void replace_buffer_in_windows (Lisp_Object); |
| 1107 | extern void replace_buffer_in_windows_safely (Lisp_Object); | 1107 | extern void replace_buffer_in_windows_safely (Lisp_Object); |
| 1108 | extern void sanitize_window_sizes (Lisp_Object, Lisp_Object); | 1108 | extern void sanitize_window_sizes (Lisp_Object horizontal); |
| 1109 | /* This looks like a setter, but it is a bit special. */ | 1109 | /* This looks like a setter, but it is a bit special. */ |
| 1110 | extern void wset_buffer (struct window *, Lisp_Object); | 1110 | extern void wset_buffer (struct window *, Lisp_Object); |
| 1111 | extern bool window_outdated (struct window *); | 1111 | extern bool window_outdated (struct window *); |