aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 1f2bbdd0..e6a85b29 100644
--- a/include/config.h
+++ b/include/config.h
@@ -23,6 +23,7 @@ struct sway_variable {
23struct sway_binding { 23struct sway_binding {
24 int order; 24 int order;
25 bool release; 25 bool release;
26 bool bindcode;
26 list_t *keys; 27 list_t *keys;
27 uint32_t modifiers; 28 uint32_t modifiers;
28 char *command; 29 char *command;