From a4b1e0d01aa2663686b73503929b66e68e7bbc28 Mon Sep 17 00:00:00 2001 From: Axel Wagner Date: Fri, 6 Aug 2010 05:49:57 +0200 Subject: [PATCH] Modify the active-flag on parsing the output-list --- i3bar/src/outputs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/i3bar/src/outputs.c b/i3bar/src/outputs.c index 96f7d55f..5fcbd64d 100644 --- a/i3bar/src/outputs.c +++ b/i3bar/src/outputs.c @@ -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; } -- 2.39.5