summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-07-15 18:25:07 +0000
committernicm <nicm>2019-07-15 18:25:07 +0000
commit6ceeceab7adfb7b6a779df52f811f010aae0721c (patch)
tree3681c9ad550c4d92b9be2a0b31dd9367af76bc4f /tmux.h
parent91b6145499c3aa5591fd2d7ed20bd69b15c80d34 (diff)
Make layout_fix_offsets take a window like layout_fix_panes.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index b09b52a8..076a5fe6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2438,7 +2438,7 @@ void layout_set_size(struct layout_cell *, u_int, u_int, u_int,
u_int);
void layout_make_leaf(struct layout_cell *, struct window_pane *);
void layout_make_node(struct layout_cell *, enum layout_type);
-void layout_fix_offsets(struct layout_cell *);
+void layout_fix_offsets(struct window *);
void layout_fix_panes(struct window *);
void layout_resize_adjust(struct window *, struct layout_cell *,
enum layout_type, int);