diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-09-07 18:14:37 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-09-07 18:14:37 -0400 |
commit | 7654f5e7cdbf5edff2f576a59cf04c530dd6efb5 (patch) | |
tree | 8496fd8673d31bac1802d756885a8fc64245a552 /include/config.h | |
parent | afe9cf0be0f12662f10ebb888a2a41aa613a9422 (diff) | |
parent | 3eb29ea7364724af99e4f4a5f7a6f633e17baf8d (diff) |
Merge pull request #173 from taiyu-len/config_mode
config modes
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
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 { bool load_config(const char *file); bool read_config(FILE *file, bool is_active); -char *do_var_replacement(struct sway_config *config, char *str); +char *do_var_replacement(char *str); extern struct sway_config *config; |