mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
config/output: Rename to apply_stored_output_configs
(cherry-picked from d7a76d381b)
This commit is contained in:
parent
a9c295fd67
commit
5686be82c6
5 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue