summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index 6d39839d..b0b66315 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -170,6 +170,8 @@ void config_defaults(struct sway_config *config) {
170 config->reloading = false; 170 config->reloading = false;
171 config->active = false; 171 config->active = false;
172 config->failed = false; 172 config->failed = false;
173 config->gaps_inner = 0;
174 config->gaps_outer = 0;
173} 175}
174 176
175bool read_config(FILE *file, bool is_active) { 177bool read_config(FILE *file, bool is_active) {