aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-16 10:49:02 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-16 10:49:02 -0500
commit95c65ee33ea05963e334555311414e0d834de4b7 (patch)
tree8b4aa0be0fdfa0a18503671a1ce7220ae5b05d3f /include
parentUpdate README (diff)
parentcmd_output: Replace existing config if called multiple times. (diff)
downloadsway-95c65ee33ea05963e334555311414e0d834de4b7.tar.gz
sway-95c65ee33ea05963e334555311414e0d834de4b7.tar.zst
sway-95c65ee33ea05963e334555311414e0d834de4b7.zip
Merge pull request #232 from sce/replace_output_config
cmd_output: Replace existing config if called multiple times.
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
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);
98/** Sets up a WLC output handle based on a given output_config. 98/** Sets up a WLC output handle based on a given output_config.
99 */ 99 */
100void apply_output_config(struct output_config *oc, swayc_t *output); 100void apply_output_config(struct output_config *oc, swayc_t *output);
101void free_output_config(struct output_config *oc);
101 102
102/** 103/**
103 * Global config singleton. 104 * Global config singleton.