From: Dana Jansens Date: Mon, 17 Mar 2003 05:10:48 +0000 (+0000) Subject: use the unfocused label when not focused X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4b9556c03174d2c58492531f06eaf3718668162b;p=chaz%2Fopenbox use the unfocused label when not focused --- 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;