mirror of
https://github.com/swaywm/sway.git
synced 2026-03-30 11:10:59 -04:00
config/output: Rename to apply_stored_output_configs
This commit is contained in:
parent
29b3f00e6f
commit
d7a76d381b
5 changed files with 5 additions and 5 deletions
|
|
@ -1012,7 +1012,7 @@ bool apply_output_configs(struct output_config **ocs, size_t ocs_len,
|
|||
return ok;
|
||||
}
|
||||
|
||||
void apply_all_output_configs(void) {
|
||||
void apply_stored_output_configs(void) {
|
||||
apply_output_configs((struct output_config **)config->output_configs->items,
|
||||
config->output_configs->length, false, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue