diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-06 09:26:16 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-06 09:26:16 +0000 |
commit | 8684e60f51050cf48e76d9f9e488dc56e2250723 (patch) | |
tree | f1a9f258cf6bd16fc37ebdd64385d542f3f017ce /tmux.h | |
parent | fa27cbd03510ddefe71a194ca7b4297c94384d71 (diff) | |
parent | 48a3dba6b9863abea9db47a2004009cb6cd68332 (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |