aboutsummaryrefslogtreecommitdiff
path: root/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.h')
-rw-r--r--sway/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/config.h b/sway/config.h
index 6802a341..6a50c445 100644
--- a/sway/config.h
+++ b/sway/config.h
@@ -29,9 +29,11 @@ struct sway_config {
// Flags
bool focus_follows_mouse;
bool mouse_warping;
+
+ bool reloading;
};
-struct sway_config *read_config(FILE *file);
+struct sway_config *read_config(FILE *file, bool is_active);
char *do_var_replacement(struct sway_config *config, char *str);
extern struct sway_config *config;