aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/keyboard.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-16 16:19:17 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-16 16:19:17 -0500
commit584ff1df4c4151994410f4c82fabab32d352975c (patch)
tree06f2933b03384ad904ee214ba2c305d3ac63f3f8 /include/rootston/keyboard.h
parent12758a00a2d388b050386f017a3a273c1302e648 (diff)
parent10f3be73843250c400531873b4dd27dba44919fd (diff)
Merge branch 'master' into feature/wlr-seat-touch
Diffstat (limited to 'include/rootston/keyboard.h')
-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,