diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-09-23 18:01:24 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-09-23 18:01:24 +0100 |
commit | dd254b90d7a281ee10e10cde3e70749f143af368 (patch) | |
tree | 585a2e4e1195998963f5d77fe4f55a2836dbcd2f /tmux.h | |
parent | 24ab1bc714b80d957b53685635a44dc0a89c032b (diff) | |
parent | 77deef733bfc547325d7c6db3e0274b1c52281b9 (diff) | |
download | rtmux-dd254b90d7a281ee10e10cde3e70749f143af368.tar.gz rtmux-dd254b90d7a281ee10e10cde3e70749f143af368.tar.bz2 rtmux-dd254b90d7a281ee10e10cde3e70749f143af368.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2198,8 +2198,8 @@ void status_prompt_save_history(void); /* resize.c */ void resize_window(struct window *, u_int, u_int); -void default_window_size(struct session *, struct window *, u_int *, - u_int *, int); +void default_window_size(struct client *, struct session *, struct window *, + u_int *, u_int *, int); void recalculate_size(struct window *); void recalculate_sizes(void); |