aboutsummaryrefslogtreecommitdiff
path: root/window-clock.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-12 12:01:17 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-12 12:01:17 +0000
commit5f483499f3a7b98da9ac67cd62ed91034a5949ed (patch)
treede84187f104010233d96acc68bb9cc91d173c243 /window-clock.c
parent333da3b64b4ce8c0343f082c3923473205ab2b27 (diff)
parent0cc812ae342d1a71c0337db8ffb4d7701668cb38 (diff)
downloadrtmux-5f483499f3a7b98da9ac67cd62ed91034a5949ed.tar.gz
rtmux-5f483499f3a7b98da9ac67cd62ed91034a5949ed.tar.bz2
rtmux-5f483499f3a7b98da9ac67cd62ed91034a5949ed.zip
Merge branch 'obsd-master'
Diffstat (limited to 'window-clock.c')
-rw-r--r--window-clock.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/window-clock.c b/window-clock.c
index e366714b..51f97250 100644
--- a/window-clock.c
+++ b/window-clock.c
@@ -28,7 +28,7 @@ struct screen *window_clock_init(struct window_pane *);
void window_clock_free(struct window_pane *);
void window_clock_resize(struct window_pane *, u_int, u_int);
void window_clock_key(struct window_pane *, struct client *,
- struct session *, int, struct mouse_event *);
+ struct session *, key_code, struct mouse_event *);
void window_clock_timer_callback(int, short, void *);
void window_clock_draw_screen(struct window_pane *);
@@ -186,7 +186,8 @@ window_clock_resize(struct window_pane *wp, u_int sx, u_int sy)
void
window_clock_key(struct window_pane *wp, unused struct client *c,
- unused struct session *sess, unused int key, unused struct mouse_event *m)
+ unused struct session *sess, unused key_code key,
+ unused struct mouse_event *m)
{
window_pane_reset_mode(wp);
}