summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-16 11:40:24 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-16 15:57:42 +0100
commita94a91a723d87b37d5e24e352f83a051144a3ecf (patch)
tree8b4aa0be0fdfa0a18503671a1ce7220ae5b05d3f /include
parentUpdate README (diff)
downloadsway-a94a91a723d87b37d5e24e352f83a051144a3ecf.tar.gz
sway-a94a91a723d87b37d5e24e352f83a051144a3ecf.tar.zst
sway-a94a91a723d87b37d5e24e352f83a051144a3ecf.zip
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.