aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index be5a00b5..fef3a60a 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -43,6 +43,7 @@ enum binding_flags {
43struct sway_binding { 43struct sway_binding {
44 enum binding_input_type type; 44 enum binding_input_type type;
45 int order; 45 int order;
46 char *input;
46 uint32_t flags; 47 uint32_t flags;
47 list_t *keys; // sorted in ascending order 48 list_t *keys; // sorted in ascending order
48 uint32_t modifiers; 49 uint32_t modifiers;