summaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index af5c7a18..82be26ca 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -173,6 +173,8 @@ struct output_config {
173struct workspace_config { 173struct workspace_config {
174 char *workspace; 174 char *workspace;
175 char *output; 175 char *output;
176 int gaps_inner;
177 int gaps_outer;
176}; 178};
177 179
178struct bar_config { 180struct bar_config {