wlr-seat: keyboard redesign

This commit is contained in:
Tony Crisci 2017-10-23 08:59:55 -04:00
parent 1b7918f50e
commit d33a9f8eaa
4 changed files with 138 additions and 127 deletions

View file

@ -16,6 +16,7 @@ struct roots_keyboard {
struct roots_input *input;
struct wlr_input_device *device;
struct wl_listener key;
struct wl_listener modifiers;
struct wl_list link;
xkb_keysym_t pressed_keysyms[ROOTS_KEYBOARD_PRESSED_KEYSYMS_CAP];