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 | 3b6393defd857db5b32095e167cadd077952f0cc (patch) | |
| tree | 520328574e6497af54223f0c5bdc8cb6a57e5762 /include | |
| parent | 94282d0b62eeaabff98f6a9420b01248931444c5 (diff) | |
config/output: Rename to apply_stored_output_configs
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 f8007c92..13f576b0 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -688,7 +688,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 |
