mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
output/config: Add apply_all_output_configs
Apply all output configs as they are. This differs from apply_output_config_to_outputs, which tries to apply a specific output config.
This commit is contained in:
parent
3e03eb3a01
commit
923f642b70
2 changed files with 30 additions and 0 deletions
|
@ -695,6 +695,8 @@ bool apply_output_config(struct output_config *oc, struct sway_output *output);
|
|||
bool apply_output_configs(struct matched_output_config *configs,
|
||||
size_t configs_len, bool test_only);
|
||||
|
||||
void apply_all_output_configs(void);
|
||||
|
||||
bool test_output_config(struct output_config *oc, struct sway_output *output);
|
||||
|
||||
struct output_config *store_output_config(struct output_config *oc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue