aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-28 10:56:41 -0400
committerGitHub <noreply@github.com>2017-10-28 10:56:41 -0400
commit4281aefbf8172c8ca99a7ecf9543ddd5965d830f (patch)
treea900aa9494b2cd5dd9f4aec634f6e2b2828b66a7 /include/rootston
parentb3d5f1146c43c09edf5fa11ab125c8670d817883 (diff)
parent06d8893543778cac3ed8402916a7fd3bd7c4d78a (diff)
Merge pull request #324 from acrisci/feature/keyboard-redesign
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 b9af5028..5cd7509e 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];