ssd: add application title to title bar

This commit is contained in:
Johan Malm 2021-08-07 09:35:53 +01:00
parent 5ecf0e1e7e
commit f857aea8f4
7 changed files with 55 additions and 7 deletions

View file

@ -488,7 +488,7 @@ render_deco(struct view *view, struct output *output,
*(part->texture.inactive);
render_texture_helper(output, output_damage, &part->box,
texture);
} else {
} else if (part->color.active && part->color.inactive) {
float *color = focused ?
part->color.active :
part->color.inactive;