mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
config/output: Remove apply_output_config
This commit is contained in:
parent
3b419020a3
commit
56e97b7d60
2 changed files with 0 additions and 32 deletions
|
@ -690,8 +690,6 @@ struct output_config *new_output_config(const char *name);
|
|||
|
||||
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 apply_output_configs(struct matched_output_config *configs,
|
||||
size_t configs_len, bool test_only);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue