mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Introduce test_output_config
This function checks whether the backend would accept an output configuration, without applying the changes.
This commit is contained in:
parent
40e87fa98a
commit
0cdcf66bbc
2 changed files with 58 additions and 28 deletions
|
|
@ -691,6 +691,8 @@ void merge_output_config(struct output_config *dst, struct output_config *src);
|
|||
|
||||
bool apply_output_config(struct output_config *oc, struct sway_output *output);
|
||||
|
||||
bool test_output_config(struct output_config *oc, struct sway_output *output);
|
||||
|
||||
struct output_config *store_output_config(struct output_config *oc);
|
||||
|
||||
struct output_config *find_output_config(struct sway_output *output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue