diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-06-07 16:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-06-07 16:01:10 +0100 |
commit | 86d6666fe790757abe11978002d73af53cb044bc (patch) | |
tree | 680f058615c52643df0ce8811f0b578890c7f407 /tmux.h | |
parent | 772dacc89bb48c35f4b5c24233fbc1e866ffc6ed (diff) | |
parent | 405cc337f35731614b37d7279ddfc3a5dc806694 (diff) | |
download | rtmux-86d6666fe790757abe11978002d73af53cb044bc.tar.gz rtmux-86d6666fe790757abe11978002d73af53cb044bc.tar.bz2 rtmux-86d6666fe790757abe11978002d73af53cb044bc.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2207,8 +2207,8 @@ void mode_tree_up(struct mode_tree_data *, int); void mode_tree_down(struct mode_tree_data *, int); struct mode_tree_data *mode_tree_start(struct window_pane *, void (*)(void *, u_int, uint64_t *), struct screen *(*)(void *, - void *, u_int, u_int), void *, const char **, u_int, - struct screen **); + void *, u_int, u_int), int (*)(void *, void *, const char *), + void *, const char **, u_int, struct screen **); void mode_tree_build(struct mode_tree_data *); void mode_tree_free(struct mode_tree_data *); void mode_tree_resize(struct mode_tree_data *, u_int, u_int); @@ -2217,7 +2217,7 @@ struct mode_tree_item *mode_tree_add(struct mode_tree_data *, const char *, int); void mode_tree_remove(struct mode_tree_data *, struct mode_tree_item *); void mode_tree_draw(struct mode_tree_data *); -int mode_tree_key(struct mode_tree_data *, key_code *, +int mode_tree_key(struct mode_tree_data *, struct client *, key_code *, struct mouse_event *); void mode_tree_run_command(struct client *, struct cmd_find_state *, const char *, const char *); |