]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/openbox.c
use the unfocused label when not focused
[chaz/openbox] / engines / openbox / openbox.c
index 792ed2480b048936ba49ce80d05a101f621251df..b778563410e074b96825a58874454d30b8a1a685 100644 (file)
@@ -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;
This page took 0.020784 seconds and 4 git commands to generate.