mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
Revert "Respect border settings when rendering lone tabbed/stacked child"
This reverts commit 65328ef60c.
This commit is contained in:
parent
a67e1b5873
commit
b0fb2846fe
2 changed files with 11 additions and 18 deletions
|
|
@ -781,13 +781,6 @@ static void render_containers_stacked(struct sway_output *output,
|
|||
|
||||
static void render_containers(struct sway_output *output,
|
||||
pixman_region32_t *damage, struct parent_data *parent) {
|
||||
if (parent->children->length == 1) {
|
||||
struct sway_container *child = parent->children->items[0];
|
||||
if (child->view) {
|
||||
render_containers_linear(output, damage, parent);
|
||||
return;
|
||||
}
|
||||
}
|
||||
switch (parent->layout) {
|
||||
case L_NONE:
|
||||
case L_HORIZ:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue