Merge branch 'master' into disable_titlebar

This commit is contained in:
neuromagus 2024-05-04 17:19:14 +03:00 committed by GitHub
commit 79ff8d4857
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 280 additions and 56 deletions

View file

@ -690,10 +690,13 @@ const char *sway_output_scale_filter_to_string(enum scale_filter_mode scale_filt
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);
size_t configs_len, bool test_only, bool degrade_to_off);
void apply_all_output_configs(void);
void sort_output_configs_by_priority(struct matched_output_config *configs,
size_t configs_len);
/**
* store_output_config stores a new output config. An output may be matched by
* three different config types, in order of precedence: Identifier, name and