aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-08-03 12:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2016-08-03 12:01:11 +0100
commitbaf155022707fea86cdbd3da8e3e4f1e27c449ec (patch)
treee813dfdcfb66d2a3d01f5c322d45f524204b8df7 /tmux.h
parentaf389364739224e5fefa1e523b110fdcae1c7961 (diff)
parentf811127bb602cd78295b75132e3e1252e5aebc98 (diff)
downloadrtmux-baf155022707fea86cdbd3da8e3e4f1e27c449ec.tar.gz
rtmux-baf155022707fea86cdbd3da8e3e4f1e27c449ec.tar.bz2
rtmux-baf155022707fea86cdbd3da8e3e4f1e27c449ec.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 54d66f08..2e9b8e93 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2187,7 +2187,7 @@ u_int layout_count_cells(struct layout_cell *);
struct layout_cell *layout_create_cell(struct layout_cell *);
void layout_free_cell(struct layout_cell *);
void layout_print_cell(struct layout_cell *, const char *, u_int);
-void layout_destroy_cell(struct layout_cell *,
+void layout_destroy_cell(struct window *, struct layout_cell *,
struct layout_cell **);
void layout_set_size(struct layout_cell *, u_int, u_int, u_int,
u_int);
@@ -2195,9 +2195,8 @@ 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_panes(struct window *, u_int, u_int);
-u_int layout_resize_check(struct layout_cell *, enum layout_type);
-void layout_resize_adjust(struct layout_cell *, enum layout_type,
- int);
+void layout_resize_adjust(struct window *, struct layout_cell *,
+ enum layout_type, int);
void layout_init(struct window *, struct window_pane *);
void layout_free(struct window *);
void layout_resize(struct window *, u_int, u_int);