summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2016-08-02 22:43:11 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2016-08-02 22:43:11 -0400
commit5f0b1c307a7d66ee8d2afa2eff982866785f60dd (patch)
tree735d79a94cfbd207e09c3ad64956bcc7be0fc1d6 /src/window.h
parentd98f7834266beed9b1c7b561168570938ec2c6bf (diff)
downloademacs-5f0b1c307a7d66ee8d2afa2eff982866785f60dd.tar.gz
* 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);
extern void temp_output_buffer_show (Lisp_Object);
extern void replace_buffer_in_windows (Lisp_Object);
extern void replace_buffer_in_windows_safely (Lisp_Object);
-extern void sanitize_window_sizes (Lisp_Object, Lisp_Object);
+extern void sanitize_window_sizes (Lisp_Object horizontal);
/* This looks like a setter, but it is a bit special. */
extern void wset_buffer (struct window *, Lisp_Object);
extern bool window_outdated (struct window *);