diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-03-16 00:57:11 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-03-16 00:57:11 +0100 |
| commit | 59c0d37d5874f41091ff7aa418dd7b89cdcf84ae (patch) | |
| tree | 31e18e0dbbc78f5d4e2f2c2f2f49c81e02fe9543 /include | |
| parent | 621663bd12fb6ac34c44ed5f4baf54a15b456d6a (diff) | |
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.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index d23fe578..eff7cfbb 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -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); |
