aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-23 08:59:55 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-24 07:18:11 -0400
commitd33a9f8eaaeaf2e7a6bbf0c9f9d57c3334544a2b (patch)
tree09689451e9473c5534c04fe85f77178e993bafd9 /include/rootston
parent1b7918f50e8b22cbaba978c695b7cc5921125c55 (diff)
wlr-seat: keyboard redesign
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h
index ddd5a05d..b55288c9 100644
--- a/include/rootston/input.h
+++ b/include/rootston/input.h
@@ -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];