summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-08-15 10:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2023-08-15 10:01:09 +0100
commit6a45e6c256d15b14bf3af081576a939a18419da7 (patch)
treeddc7cfc05a3c70dc9a5646c044285d44213d2e2a /tmux.h
parent11e69f6025f5783fe17d43247de1c3f659a19b69 (diff)
parentb770a429c63a8e286dbd3939215fbffa59e73d9a (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 1af4fa9e..fd3e261a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -3314,12 +3314,12 @@ void menu_add_item(struct menu *, const struct menu_item *,
void menu_free(struct menu *);
struct menu_data *menu_prepare(struct menu *, int, int, struct cmdq_item *,
u_int, u_int, struct client *, enum box_lines, const char *,
- const char *, struct cmd_find_state *, menu_choice_cb,
- void *);
+ const char *, const char *, struct cmd_find_state *,
+ menu_choice_cb, void *);
int menu_display(struct menu *, int, int, struct cmdq_item *,
u_int, u_int, struct client *, enum box_lines, const char *,
- const char *, struct cmd_find_state *, menu_choice_cb,
- void *);
+ const char *, const char *, 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,
struct overlay_ranges *);