aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
authorStefan Monnier2016-08-02 22:43:11 -0400
committerStefan Monnier2016-08-02 22:43:11 -0400
commit5f0b1c307a7d66ee8d2afa2eff982866785f60dd (patch)
tree735d79a94cfbd207e09c3ad64956bcc7be0fc1d6 /src/window.h
parentd98f7834266beed9b1c7b561168570938ec2c6bf (diff)
downloademacs-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.h2
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);
1105extern void temp_output_buffer_show (Lisp_Object); 1105extern void temp_output_buffer_show (Lisp_Object);
1106extern void replace_buffer_in_windows (Lisp_Object); 1106extern void replace_buffer_in_windows (Lisp_Object);
1107extern void replace_buffer_in_windows_safely (Lisp_Object); 1107extern void replace_buffer_in_windows_safely (Lisp_Object);
1108extern void sanitize_window_sizes (Lisp_Object, Lisp_Object); 1108extern 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. */
1110extern void wset_buffer (struct window *, Lisp_Object); 1110extern void wset_buffer (struct window *, Lisp_Object);
1111extern bool window_outdated (struct window *); 1111extern bool window_outdated (struct window *);