diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-10 20:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-10 20:01:11 +0100 |
commit | 27126f87976c63161fcae2ab1eb9c6df726a84ff (patch) | |
tree | baac12e95ead1eb34c0dc85fedbcd3817c764f4c /tmux.h | |
parent | 226b6a21929a9ea6b90152aecae4916eae7da005 (diff) | |
parent | 66b5477cc1909e57489f854939a524ce2cd0f479 (diff) | |
download | rtmux-27126f87976c63161fcae2ab1eb9c6df726a84ff.tar.gz rtmux-27126f87976c63161fcae2ab1eb9c6df726a84ff.tar.bz2 rtmux-27126f87976c63161fcae2ab1eb9c6df726a84ff.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |