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 b3fd6668..5ad240d3 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -500,6 +500,7 @@ struct sway_config {
500 struct side_gaps gaps_outer; 500 struct side_gaps gaps_outer;
501 501
502 list_t *config_chain; 502 list_t *config_chain;
503 bool user_config_path;
503 const char *current_config_path; 504 const char *current_config_path;
504 const char *current_config; 505 const char *current_config;
505 int current_config_line_number; 506 int current_config_line_number;