aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-10 20:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-10 20:01:11 +0100
commit27126f87976c63161fcae2ab1eb9c6df726a84ff (patch)
treebaac12e95ead1eb34c0dc85fedbcd3817c764f4c /tmux.h
parent226b6a21929a9ea6b90152aecae4916eae7da005 (diff)
parent66b5477cc1909e57489f854939a524ce2cd0f479 (diff)
downloadrtmux-27126f87976c63161fcae2ab1eb9c6df726a84ff.tar.gz
rtmux-27126f87976c63161fcae2ab1eb9c6df726a84ff.tar.bz2
rtmux-27126f87976c63161fcae2ab1eb9c6df726a84ff.zip
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 70fd9756..2c98b2f5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2219,7 +2219,7 @@ void layout_init(struct window *, struct window_pane *);
void layout_free(struct window *);
void layout_resize(struct window *, u_int, u_int);
void layout_resize_pane(struct window_pane *, enum layout_type,
- int);
+ int, int);
void layout_resize_pane_to(struct window_pane *, enum layout_type,
u_int);
void layout_assign_pane(struct layout_cell *, struct window_pane *);