aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-10 14:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-10 14:01:11 +0100
commitf8b3f1622dcc250556599656e112a0068c75efab (patch)
tree2afc5fffaa93d551d061ba89aef1365aa730e204 /tmux.h
parentdaef51e038132157b08f37e365dd845847243462 (diff)
parent0e3c5ebe1a229fbb8d829c9413ae013fb2eeb1ed (diff)
downloadrtmux-f8b3f1622dcc250556599656e112a0068c75efab.tar.gz
rtmux-f8b3f1622dcc250556599656e112a0068c75efab.tar.bz2
rtmux-f8b3f1622dcc250556599656e112a0068c75efab.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index e8ad55ff..52ec692f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1805,8 +1805,8 @@ void key_bindings_add(const char *, key_code, int, struct cmd_list *);
void key_bindings_remove(const char *, key_code);
void key_bindings_remove_table(const char *);
void key_bindings_init(void);
-void key_bindings_dispatch(struct key_binding *, struct client *,
- struct mouse_event *, struct cmd_find_state *);
+void key_bindings_dispatch(struct key_binding *, struct cmdq_item *,
+ struct client *, struct mouse_event *, struct cmd_find_state *);
/* key-string.c */
key_code key_string_lookup_string(const char *);