mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
config/output: Add test_only/degrade to apply_all_output_configs
This will be used in a follow-up commit for testing configuration.
This commit is contained in:
parent
639162dad3
commit
fe1cbfaf08
5 changed files with 8 additions and 7 deletions
|
|
@ -696,7 +696,7 @@ struct output_config *new_output_config(const char *name);
|
|||
bool apply_output_configs(struct matched_output_config *configs,
|
||||
size_t configs_len, bool test_only, bool degrade_to_off);
|
||||
|
||||
void apply_all_output_configs(void);
|
||||
bool apply_all_output_configs(bool test_only, bool degrade_to_off);
|
||||
|
||||
void sort_output_configs_by_priority(struct matched_output_config *configs,
|
||||
size_t configs_len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue