diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-10 14:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-10 14:01:11 +0100 |
commit | f8b3f1622dcc250556599656e112a0068c75efab (patch) | |
tree | 2afc5fffaa93d551d061ba89aef1365aa730e204 /tmux.h | |
parent | daef51e038132157b08f37e365dd845847243462 (diff) | |
parent | 0e3c5ebe1a229fbb8d829c9413ae013fb2eeb1ed (diff) | |
download | rtmux-f8b3f1622dcc250556599656e112a0068c75efab.tar.gz rtmux-f8b3f1622dcc250556599656e112a0068c75efab.tar.bz2 rtmux-f8b3f1622dcc250556599656e112a0068c75efab.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 *); |