mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
config/output: Make merge_output_config static
This commit is contained in:
parent
9becff0ba5
commit
c3fca26d30
2 changed files with 1 additions and 3 deletions
|
|
@ -79,7 +79,7 @@ struct output_config *new_output_config(const char *name) {
|
|||
return oc;
|
||||
}
|
||||
|
||||
void merge_output_config(struct output_config *dst, struct output_config *src) {
|
||||
static void merge_output_config(struct output_config *dst, struct output_config *src) {
|
||||
if (src->enabled != -1) {
|
||||
dst->enabled = src->enabled;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue