X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=engines%2Fopenbox%2Fopenbox.c;h=b778563410e074b96825a58874454d30b8a1a685;hb=4b9556c03174d2c58492531f06eaf3718668162b;hp=792ed2480b048936ba49ce80d05a101f621251df;hpb=a0a55d5761b7c104ac66ba6dc64d33cd66a211b5;p=chaz%2Fopenbox 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;