aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-09-23 18:01:24 +0100
committerThomas Adam <thomas@xteddy.org>2019-09-23 18:01:24 +0100
commitdd254b90d7a281ee10e10cde3e70749f143af368 (patch)
tree585a2e4e1195998963f5d77fe4f55a2836dbcd2f /tmux.h
parent24ab1bc714b80d957b53685635a44dc0a89c032b (diff)
parent77deef733bfc547325d7c6db3e0274b1c52281b9 (diff)
downloadrtmux-dd254b90d7a281ee10e10cde3e70749f143af368.tar.gz
rtmux-dd254b90d7a281ee10e10cde3e70749f143af368.tar.bz2
rtmux-dd254b90d7a281ee10e10cde3e70749f143af368.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index e420a57a..b8bf8d8f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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);