mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Merge remote-tracking branch 'upstream/master' into atomic
This commit is contained in:
commit
e396af853b
8 changed files with 68 additions and 22 deletions
|
|
@ -870,7 +870,7 @@ static void render_floating_container(struct sway_output *soutput,
|
|||
render_titlebar(soutput, damage, con, con->current.swayc_x,
|
||||
con->current.swayc_y, con->current.swayc_width, colors,
|
||||
title_texture, marks_texture);
|
||||
} else {
|
||||
} else if (con->current.border != B_NONE) {
|
||||
render_top_border(soutput, damage, con, colors);
|
||||
}
|
||||
render_view(soutput, damage, con, colors);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue