diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-09-09 20:04:17 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-09-09 20:04:17 +0200 |
| commit | e54056509e34d3cbf3cf72fdd88a9475804c62db (patch) | |
| tree | 7dd35fd12b270951df2f0b78f711aae9d17603bb /include | |
| parent | 96bba944660350f97f0bce1cf04cabac76d7cb01 (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 |
