output/config: Add apply_all_output_configs

Apply all output configs as they are. This differs from
apply_output_config_to_outputs, which tries to apply a specific output
config.
This commit is contained in:
Kenny Levinsen 2024-03-16 00:57:11 +01:00 committed by Simon Ser
parent 3e03eb3a01
commit 923f642b70
2 changed files with 30 additions and 0 deletions

View file

@ -695,6 +695,8 @@ bool apply_output_config(struct output_config *oc, struct sway_output *output);
bool apply_output_configs(struct matched_output_config *configs,
size_t configs_len, bool test_only);
void apply_all_output_configs(void);
bool test_output_config(struct output_config *oc, struct sway_output *output);
struct output_config *store_output_config(struct output_config *oc);