mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
ssd: add application title to title bar
This commit is contained in:
parent
5ecf0e1e7e
commit
f857aea8f4
7 changed files with 55 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue