diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-06-09 18:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-06-09 18:01:14 +0100 |
commit | 4dbab75855aac5bc9d404b241d8a40e7290c3963 (patch) | |
tree | 64ee1e45a4e0ae0582f54777771ed8d7e02b7097 /tmux.h | |
parent | ed45052d6d1aabdd94827b4fe70e978b9dbd4446 (diff) | |
parent | adcd5aff6fb86036ef736c10b04005da77a465f6 (diff) | |
download | rtmux-4dbab75855aac5bc9d404b241d8a40e7290c3963.tar.gz rtmux-4dbab75855aac5bc9d404b241d8a40e7290c3963.tar.bz2 rtmux-4dbab75855aac5bc9d404b241d8a40e7290c3963.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -2205,10 +2205,11 @@ void mode_tree_each_tagged(struct mode_tree_data *, void (*)(void *, void *, key_code), key_code, int); 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), int (*)(void *, void *, const char *), - void *, const char **, u_int, struct screen **); +struct mode_tree_data *mode_tree_start(struct window_pane *, struct args *, + void (*)(void *, u_int, uint64_t *, const char *), + struct screen *(*)(void *, 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); |