aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-15 18:01:27 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-15 18:01:27 +0100
commitebeb457385154d2ce48e3375501ad80ebc1e5e25 (patch)
tree1d7446b27808e7e811abcbbd69ce21387e8d1813 /tmux.h
parentfe1778e37733aee809dd2cfdc9f6295e7780110f (diff)
parent1e72f5ea4356a102e12c0b5325d4af824899d39c (diff)
downloadrtmux-ebeb457385154d2ce48e3375501ad80ebc1e5e25.tar.gz
rtmux-ebeb457385154d2ce48e3375501ad80ebc1e5e25.tar.bz2
rtmux-ebeb457385154d2ce48e3375501ad80ebc1e5e25.zip
Merge branch 'obsd-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 13350a40..03425864 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2384,7 +2384,8 @@ void screen_write_fast_copy(struct screen_write_ctx *, struct screen *,
u_int, u_int, u_int, u_int);
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);
+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_preview(struct screen_write_ctx *, struct screen *, u_int,
u_int);