From 4b9556c03174d2c58492531f06eaf3718668162b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Mar 2003 05:10:48 +0000 Subject: [PATCH] use the unfocused label when not focused --- engines/openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/openbox/openbox.c b/engines/openbox/openbox.c index 792ed248..b7785634 100644 --- a/engines/openbox/openbox.c +++ b/engines/openbox/openbox.c @@ -764,7 +764,7 @@ static void render_label(ObFrame *self) if (self->label_x < 0) return; a = (self->frame.client->focused ? - self->a_focused_label : self->a_focused_label); + self->a_focused_label : self->a_unfocused_label); /* set the texture's text! */ a->texture[0].data.text.string = self->frame.client->title; -- 2.45.2