aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/keyboard.h')
-rw-r--r--include/sway/input/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/keyboard.h b/include/sway/input/keyboard.h
index 1ff63c94..4aa0d8f4 100644
--- a/include/sway/input/keyboard.h
+++ b/include/sway/input/keyboard.h
@@ -60,6 +60,7 @@ struct sway_keyboard {
60 struct sway_shortcut_state state_keysyms_translated; 60 struct sway_shortcut_state state_keysyms_translated;
61 struct sway_shortcut_state state_keysyms_raw; 61 struct sway_shortcut_state state_keysyms_raw;
62 struct sway_shortcut_state state_keycodes; 62 struct sway_shortcut_state state_keycodes;
63 struct sway_shortcut_state state_pressed_sent;
63 struct sway_binding *held_binding; 64 struct sway_binding *held_binding;
64 65
65 struct wl_event_source *key_repeat_source; 66 struct wl_event_source *key_repeat_source;