diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-29 22:51:48 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-29 22:51:48 +0200 |
| commit | 1da52b24321f68501c23de0c924495fc025350ba (patch) | |
| tree | 358cdee3a8c412eb22ee52c2437d8f151ef2627b /include | |
| parent | 3b1e6bbe02c08754c1d6316913f10f168e91458a (diff) | |
cmd_output: Merge instead of replace output config
Diffstat (limited to 'include')
| -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 631c8178..b9ef340b 100644 --- a/include/config.h +++ b/include/config.h @@ -99,6 +99,7 @@ bool read_config(FILE *file, bool is_active); */ char *do_var_replacement(char *str); int output_name_cmp(const void *item, const void *data); +void merge_output_config(struct output_config *dst, struct output_config *src); /** Sets up a WLC output handle based on a given output_config. */ void apply_output_config(struct output_config *oc, swayc_t *output); |
