aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-10-25 14:01:26 +0100
committerThomas Adam <thomas@xteddy.org>2017-10-25 14:01:26 +0100
commit6b83ca0077ca607ca594c68ad12df61cae2d8259 (patch)
tree7a41ead08511c34cb554e76105c3ef86b1d1cbdf /tmux.h
parentd6edd06749b6ad772db47ffb668ca057d6d641ee (diff)
parent78ae4ee82c4596de09b6e6f379e83d638ff2752d (diff)
downloadrtmux-6b83ca0077ca607ca594c68ad12df61cae2d8259.tar.gz
rtmux-6b83ca0077ca607ca594c68ad12df61cae2d8259.tar.bz2
rtmux-6b83ca0077ca607ca594c68ad12df61cae2d8259.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index e1f93b6d..578fbb4d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2230,7 +2230,7 @@ u_int layout_set_previous(struct window *);
u_int mode_tree_count_tagged(struct mode_tree_data *);
void *mode_tree_get_current(struct mode_tree_data *);
void mode_tree_each_tagged(struct mode_tree_data *, void (*)(void *, void *,
- key_code), key_code, int);
+ struct client *, key_code), struct client *, 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 *, struct args *,