diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-17 05:10:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-17 05:10:48 +0000 |
| commit | 4b9556c03174d2c58492531f06eaf3718668162b (patch) | |
| tree | 940bd3d5e1734f3078bee556c8263f2821e7d64f | |
| parent | e659f95516867e2082aa171e818b372624bc5ebf (diff) | |
use the unfocused label when not focused
| -rw-r--r-- | engines/openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
