aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-10-13 14:01:16 +0100
committerThomas Adam <thomas@xteddy.org>2021-10-13 14:01:16 +0100
commitfb23df679b31418dbef21bc7b98c891ee3a48d42 (patch)
tree5d685379ae3b1114a348707fd57fd0ef440e9b88 /tmux.h
parentaff2a473ec3c16396d6be9d61c5e5dc1201a725b (diff)
parent837ca176d1874273f3de615c75b506e1b1787a1b (diff)
downloadrtmux-fb23df679b31418dbef21bc7b98c891ee3a48d42.tar.gz
rtmux-fb23df679b31418dbef21bc7b98c891ee3a48d42.tar.bz2
rtmux-fb23df679b31418dbef21bc7b98c891ee3a48d42.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index f8b11e15..236a2676 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2700,7 +2700,8 @@ void screen_write_hline(struct screen_write_ctx *, u_int, int, int);
void screen_write_vline(struct screen_write_ctx *, u_int, int, int);
void screen_write_menu(struct screen_write_ctx *, struct menu *, int,
const struct grid_cell *);
-void screen_write_box(struct screen_write_ctx *, u_int, u_int);
+void screen_write_box(struct screen_write_ctx *, u_int, u_int,
+ const struct grid_cell *gc);
void screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,
u_int);
void screen_write_backspace(struct screen_write_ctx *);