aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-16 16:13:23 +0100
committeremersion <contact@emersion.fr>2017-11-16 16:13:23 +0100
commit53d4cb47ffae0f8632ba7aea1687fdf75dd7deb8 (patch)
tree2ede84f6e4c234b89b227feae967b4c943d40814 /include
parent900d9dc05e83dda18086b4cb2f6bcce06ed7b387 (diff)
Refactor rootston keyboard
Diffstat (limited to 'include')
-rw-r--r--include/rootston/keyboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rootston/keyboard.h b/include/rootston/keyboard.h
index 15e7c9c4..39650d7c 100644
--- a/include/rootston/keyboard.h
+++ b/include/rootston/keyboard.h
@@ -16,7 +16,8 @@ struct roots_keyboard {
struct wl_listener keyboard_key;
struct wl_listener keyboard_modifiers;
- xkb_keysym_t pressed_keysyms[ROOTS_KEYBOARD_PRESSED_KEYSYMS_CAP];
+ xkb_keysym_t pressed_keysyms_translated[ROOTS_KEYBOARD_PRESSED_KEYSYMS_CAP];
+ xkb_keysym_t pressed_keysyms_raw[ROOTS_KEYBOARD_PRESSED_KEYSYMS_CAP];
};
struct roots_keyboard *roots_keyboard_create(struct wlr_input_device *device,