summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-09-07 18:14:37 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-09-07 18:14:37 -0400
commit7654f5e7cdbf5edff2f576a59cf04c530dd6efb5 (patch)
tree8496fd8673d31bac1802d756885a8fc64245a552 /include/config.h
parentMerge pull request #172 from taiyu-len/master (diff)
parentstrdup + style (diff)
downloadsway-7654f5e7cdbf5edff2f576a59cf04c530dd6efb5.tar.gz
sway-7654f5e7cdbf5edff2f576a59cf04c530dd6efb5.tar.zst
sway-7654f5e7cdbf5edff2f576a59cf04c530dd6efb5.zip
Merge pull request #173 from taiyu-len/config_mode
config modes
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 653e790f..4070c9ef 100644
--- a/include/config.h
+++ b/include/config.h
@@ -60,7 +60,7 @@ struct sway_config {
60 60
61bool load_config(const char *file); 61bool load_config(const char *file);
62bool read_config(FILE *file, bool is_active); 62bool read_config(FILE *file, bool is_active);
63char *do_var_replacement(struct sway_config *config, char *str); 63char *do_var_replacement(char *str);
64 64
65extern struct sway_config *config; 65extern struct sway_config *config;
66 66