summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-01-21 00:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2023-01-21 00:01:11 +0000
commitc42087c789ac514efb8cfcc41b0f51dfe16702ee (patch)
tree5d5dd118fffaec362f3e9d2922d514049f97e5d1 /tmux.h
parentc4a6f403bb9d7c24c291f01dee9572bb4b784096 (diff)
parent3aa458ea6398b0de37c3e146304bd2a4e17ea3c0 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 443b2ee3..11bae046 100644
--- a/tmux.h
+++ b/tmux.h
@@ -3295,11 +3295,11 @@ void menu_add_item(struct menu *, const struct menu_item *,
struct cmdq_item *, struct client *,
struct cmd_find_state *);
void menu_free(struct menu *);
-struct menu_data *menu_prepare(struct menu *, int, struct cmdq_item *, u_int,
- u_int, struct client *, struct cmd_find_state *,
+struct menu_data *menu_prepare(struct menu *, int, int, struct cmdq_item *,
+ u_int, u_int, struct client *, struct cmd_find_state *,
menu_choice_cb, void *);
-int menu_display(struct menu *, int, struct cmdq_item *, u_int,
- u_int, struct client *, struct cmd_find_state *,
+int menu_display(struct menu *, int, int, struct cmdq_item *,
+ u_int, u_int, struct client *, struct cmd_find_state *,
menu_choice_cb, void *);
struct screen *menu_mode_cb(struct client *, void *, u_int *, u_int *);
void menu_check_cb(struct client *, void *, u_int, u_int, u_int,