Merge pull request #324 from acrisci/feature/keyboard-redesign

wlr-seat: keyboard redesign
This commit is contained in:
Drew DeVault 2017-10-28 10:56:41 -04:00 committed by GitHub
commit 4281aefbf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 142 additions and 128 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];