summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 33f52156..118981e3 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -28,6 +28,7 @@ struct sway_variable {
28struct sway_binding { 28struct sway_binding {
29 int order; 29 int order;
30 bool release; 30 bool release;
31 bool locked;
31 bool bindcode; 32 bool bindcode;
32 list_t *keys; 33 list_t *keys;
33 uint32_t modifiers; 34 uint32_t modifiers;