aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-03-16 16:02:28 +0000
committerThomas Adam <thomas@xteddy.org>2018-03-16 16:02:28 +0000
commit0ca78ee51faedc67f2192ff5be05aa11852cffd9 (patch)
treeaad9be62bb50054a7c54df50eb456eb5f3337cc9 /tmux.h
parent9fd995275201893a604d15bb426e0f5a7f7971e6 (diff)
parentf87d80737ebeffa302f3e0f9ea2efab98d747825 (diff)
downloadrtmux-0ca78ee51faedc67f2192ff5be05aa11852cffd9.tar.gz
rtmux-0ca78ee51faedc67f2192ff5be05aa11852cffd9.tar.bz2
rtmux-0ca78ee51faedc67f2192ff5be05aa11852cffd9.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 29d30708..95758a00 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2149,7 +2149,7 @@ int window_has_pane(struct window *, struct window_pane *);
int window_set_active_pane(struct window *, struct window_pane *);
void window_redraw_active_switch(struct window *,
struct window_pane *);
-struct window_pane *window_add_pane(struct window *, struct window_pane *,
+struct window_pane *window_add_pane(struct window *, struct window_pane *, int,
int, u_int);
void window_resize(struct window *, u_int, u_int);
int window_zoom(struct window_pane *);