diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-16 10:49:02 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-16 10:49:02 -0500 |
commit | 95c65ee33ea05963e334555311414e0d834de4b7 (patch) | |
tree | 8b4aa0be0fdfa0a18503671a1ce7220ae5b05d3f /include/config.h | |
parent | 00a4591b39182fe57c86e72f06f78fb61475f952 (diff) | |
parent | a94a91a723d87b37d5e24e352f83a051144a3ecf (diff) |
Merge pull request #232 from sce/replace_output_config
cmd_output: Replace existing config if called multiple times.
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 8338033c..3cbe7ce0 100644 --- a/include/config.h +++ b/include/config.h @@ -98,6 +98,7 @@ char *do_var_replacement(char *str); /** Sets up a WLC output handle based on a given output_config. */ void apply_output_config(struct output_config *oc, swayc_t *output); +void free_output_config(struct output_config *oc); /** * Global config singleton. |