aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-06 09:26:16 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-06 09:26:16 +0000
commit8684e60f51050cf48e76d9f9e488dc56e2250723 (patch)
treef1a9f258cf6bd16fc37ebdd64385d542f3f017ce /tmux.h
parentfa27cbd03510ddefe71a194ca7b4297c94384d71 (diff)
parent48a3dba6b9863abea9db47a2004009cb6cd68332 (diff)
downloadrtmux-8684e60f51050cf48e76d9f9e488dc56e2250723.tar.gz
rtmux-8684e60f51050cf48e76d9f9e488dc56e2250723.tar.bz2
rtmux-8684e60f51050cf48e76d9f9e488dc56e2250723.zip
Merge branch 'master' of github.com:tmux/tmux
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 7abd57fe..3d25898c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2068,7 +2068,7 @@ 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 *,
- u_int);
+ int, u_int);
void window_resize(struct window *, u_int, u_int);
int window_zoom(struct window_pane *);
int window_unzoom(struct window *);