mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Rework the output matching code to be simpler
Instead of doing merges of output configs in several places just keep a list of all config changes and apply them in order when needed. Fixes #5632
This commit is contained in:
parent
7ca9ef12f8
commit
ac4f6ed583
3 changed files with 30 additions and 221 deletions
|
|
@ -644,7 +644,7 @@ struct output_config *store_output_config(struct output_config *oc);
|
|||
|
||||
struct output_config *find_output_config(struct sway_output *output);
|
||||
|
||||
void apply_output_config_to_outputs(struct output_config *oc);
|
||||
void apply_output_config_to_outputs();
|
||||
|
||||
void reset_outputs(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue