diff options
| author | Kenny Levinsen <kl@kl.wtf> | 2024-09-09 20:04:17 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-09-21 16:16:56 +0200 |
| commit | 5686be82c6b1c25e5c188ee05690edfe981ff9c0 (patch) | |
| tree | 7dd35fd12b270951df2f0b78f711aae9d17603bb /include | |
| parent | a9c295fd6709e788d9b12167a53d2f8c031718f0 (diff) | |
config/output: Rename to apply_stored_output_configs
(cherry-picked from d7a76d381bbe4321578bc3a95fbc82d76b67ef05)
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 33cebe2a..3cd59722 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -689,7 +689,7 @@ struct output_config *new_output_config(const char *name); bool apply_output_configs(struct output_config **ocs, size_t ocs_len, bool test_only, bool degrade_to_off); -void apply_all_output_configs(void); +void apply_stored_output_configs(void); /** * store_output_config stores a new output config. An output may be matched by |
