Modify the active-flag on parsing the output-list

next
Axel Wagner 2010-08-06 05:49:57 +02:00
parent 36445f500f
commit a4b1e0d01a
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}