Modify the active-flag on parsing the output-list
This commit is contained in:
parent
36445f500f
commit
a4b1e0d01a
|
@ -124,6 +124,7 @@ static int outputs_end_map_cb(void *params_) {
|
|||
if (target == NULL) {
|
||||
SLIST_INSERT_HEAD(outputs, params->outputs_walk, slist);
|
||||
} else {
|
||||
target->active = params->outputs_walk->active;
|
||||
target->ws = params->outputs_walk->ws;
|
||||
target->rect = params->outputs_walk->rect;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue