diff options
author | Thomas Adam <thomas@xteddy.org> | 2023-01-21 00:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2023-01-21 00:01:11 +0000 |
commit | c42087c789ac514efb8cfcc41b0f51dfe16702ee (patch) | |
tree | 5d5dd118fffaec362f3e9d2922d514049f97e5d1 /tmux.h | |
parent | c4a6f403bb9d7c24c291f01dee9572bb4b784096 (diff) | |
parent | 3aa458ea6398b0de37c3e146304bd2a4e17ea3c0 (diff) | |
download | rtmux-c42087c789ac514efb8cfcc41b0f51dfe16702ee.tar.gz rtmux-c42087c789ac514efb8cfcc41b0f51dfe16702ee.tar.bz2 rtmux-c42087c789ac514efb8cfcc41b0f51dfe16702ee.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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, |