From a94a91a723d87b37d5e24e352f83a051144a3ecf Mon Sep 17 00:00:00 2001 From: "S. Christoffer Eliesen" Date: Mon, 16 Nov 2015 11:40:24 +0100 Subject: cmd_output: Replace existing config if called multiple times. --- include/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. -- cgit v1.2.3-54-g00ecf