aboutsummaryrefslogtreecommitdiff
path: root/examples/shared.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-09-22 16:07:00 -0400
committerTony Crisci <tony@dubstepdish.com>2017-09-22 16:28:11 -0400
commitcef1f60522141f3e1a4fe5278d89bb77118735d4 (patch)
tree72ae0aa7b037fa35f4fb035ce444023c00154e0f /examples/shared.h
parent06ae9e7c9f8811dcda3df8ec72ab75e54ee54b87 (diff)
wlr-seat-keyboard: basic events
Diffstat (limited to 'examples/shared.h')
-rw-r--r--examples/shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shared.h b/examples/shared.h
index 7cf4db63..f564bffa 100644
--- a/examples/shared.h
+++ b/examples/shared.h
@@ -87,7 +87,7 @@ struct compositor_state {
struct output_state *s);
void (*keyboard_remove_cb)(struct keyboard_state *s);
void (*keyboard_key_cb)(struct keyboard_state *s, uint32_t keycode,
- xkb_keysym_t sym, enum wlr_key_state key_state);
+ xkb_keysym_t sym, enum wlr_key_state key_state, uint64_t time_usec);
void (*pointer_motion_cb)(struct pointer_state *s,
double d_x, double d_y);
void (*pointer_motion_absolute_cb)(struct pointer_state *s,