Pass keys along from wayland backend to clients

This commit is contained in:
Drew DeVault 2015-12-12 15:19:23 -05:00
parent af80b12add
commit 34277207fd
3 changed files with 26 additions and 2 deletions

View file

@ -51,7 +51,7 @@ struct input {
uint32_t last_code;
uint32_t modifiers;
void (*notify)(enum wl_keyboard_key_state state, xkb_keysym_t sym, uint32_t code);
void (*notify)(enum wl_keyboard_key_state state, xkb_keysym_t sym, uint32_t code, uint32_t codepoint);
};
struct registry {