cmd_output: Replace existing config if called multiple times.

This commit is contained in:
S. Christoffer Eliesen 2015-11-16 11:40:24 +01:00
parent 00a4591b39
commit a94a91a723
3 changed files with 11 additions and 1 deletions

View file

@ -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.