diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-09-04 20:01:16 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-09-04 20:01:16 +0100 |
commit | f68a908c8ae4cd013e1a0ca5c5643381b0acb725 (patch) | |
tree | a4b2aa78ae9dc7397a021802729c3935fe33fcf3 /tmux.h | |
parent | 999c1c771b4282c60017b86b26f03136398ae09c (diff) | |
parent | fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59 (diff) | |
download | rtmux-f68a908c8ae4cd013e1a0ca5c5643381b0acb725.tar.gz rtmux-f68a908c8ae4cd013e1a0ca5c5643381b0acb725.tar.bz2 rtmux-f68a908c8ae4cd013e1a0ca5c5643381b0acb725.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2207,7 +2207,7 @@ void layout_resize_pane_to(struct window_pane *, enum layout_type, u_int); void layout_assign_pane(struct layout_cell *, struct window_pane *); struct layout_cell *layout_split_pane(struct window_pane *, enum layout_type, - int, int); + int, int, int); void layout_close_pane(struct window_pane *); /* layout-custom.c */ |