aboutsummaryrefslogtreecommitdiff
path: root/window-client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-12-18 14:02:40 +0000
committerThomas Adam <thomas@xteddy.org>2018-12-18 14:02:40 +0000
commitc9d482ab489d5d57d481858091608ee1b32e46ab (patch)
tree6c4098d661b689f9fda7e75a4a2c6e771e7e8a6f /window-client.c
parentb6cdac05c7f9ab04bc304a093fe81bee7c2e40c0 (diff)
parentbde0224deb0d0ba87929d2abfb262f3bd187b889 (diff)
downloadrtmux-c9d482ab489d5d57d481858091608ee1b32e46ab.tar.gz
rtmux-c9d482ab489d5d57d481858091608ee1b32e46ab.tar.bz2
rtmux-c9d482ab489d5d57d481858091608ee1b32e46ab.zip
Merge branch 'obsd-master'
Diffstat (limited to 'window-client.c')
-rw-r--r--window-client.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/window-client.c b/window-client.c
index 69f99904..7ac13b0b 100644
--- a/window-client.c
+++ b/window-client.c
@@ -31,8 +31,8 @@ static void window_client_free(struct window_pane *);
static void window_client_resize(struct window_pane *, u_int,
u_int);
static void window_client_key(struct window_pane *,
- struct client *, struct session *, key_code,
- struct mouse_event *);
+ struct client *, struct session *,
+ struct winlink *, key_code, struct mouse_event *);
#define WINDOW_CLIENT_DEFAULT_COMMAND "detach-client -t '%%'"
@@ -312,7 +312,8 @@ window_client_do_detach(void* modedata, void *itemdata,
static void
window_client_key(struct window_pane *wp, struct client *c,
- __unused struct session *s, key_code key, struct mouse_event *m)
+ __unused struct session *s, __unused struct winlink *wl, key_code key,
+ struct mouse_event *m)
{
struct window_client_modedata *data = wp->modedata;
struct mode_tree_data *mtd = data->data;