summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-07-15 21:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-07-15 21:02:26 +0100
commita786a5917651397455110e5bf3b339b6ba1b5d4d (patch)
tree15a2b3dd830d8735189cd5ac3499dd8f51302a86 /tmux.h
parentc9216493cfa3b62b6edc9dae11892a071e56fa5c (diff)
parenteac055bfaf1b21b71d5fc79bc29a2810aa20085f (diff)
Merge branch 'obsd-master'
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 3921ceea..5c10420a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2440,7 +2440,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);