diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-01-04 07:25:52 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-01-04 07:25:52 -0500 |
commit | 50e791cadbfc51d531fff44cfbe3323a3b456adf (patch) | |
tree | e4df808bc367d7c479df3ceeda6ba0aa772d2df6 /include/sway | |
parent | bd3ca70e3d67476f4d66e9bc31c67b11aefb3519 (diff) |
binding release
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/input/keyboard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/keyboard.h b/include/sway/input/keyboard.h index 0a5857f0..8ec3eb35 100644 --- a/include/sway/input/keyboard.h +++ b/include/sway/input/keyboard.h @@ -14,7 +14,10 @@ struct sway_keyboard { struct wl_listener keyboard_modifiers; xkb_keysym_t pressed_keysyms_translated[SWAY_KEYBOARD_PRESSED_KEYSYMS_CAP]; + uint32_t modifiers_translated; + xkb_keysym_t pressed_keysyms_raw[SWAY_KEYBOARD_PRESSED_KEYSYMS_CAP]; + uint32_t modifiers_raw; }; struct sway_keyboard *sway_keyboard_create(struct sway_seat *seat, |