diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-10-13 14:01:16 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-10-13 14:01:16 +0100 |
commit | fb23df679b31418dbef21bc7b98c891ee3a48d42 (patch) | |
tree | 5d685379ae3b1114a348707fd57fd0ef440e9b88 /tmux.h | |
parent | aff2a473ec3c16396d6be9d61c5e5dc1201a725b (diff) | |
parent | 837ca176d1874273f3de615c75b506e1b1787a1b (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 *); |