swayfx/sway/tree
Ryan Dwyer 65328ef60c Respect border settings when rendering lone tabbed/stacked child
In i3, when a child of a tabbed or stacked container has no siblings,
its border settings are respected.

This patch achieves the same effect by rendering a lone tabbed/stacked
child as if it's a linear container. This makes the border settings be
respected.

Over in view_autoconfigure, we compensate for this by only adjusting
`y_offset` if there's multiple children.
2018-10-27 11:23:02 +10:00
..
arrange.c Fix crash when view maps while locked 2018-10-13 19:15:04 +10:00
container.c Fix re-tiling for floating containers 2018-10-25 23:20:38 +03:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Fix #2992 2018-10-26 23:31:57 +02:00
root.c Fix containers not being resized when entering scratchpad 2018-10-25 17:32:16 +10:00
view.c Respect border settings when rendering lone tabbed/stacked child 2018-10-27 11:23:02 +10:00
workspace.c Rebase the cursor after applying transactions 2018-10-25 23:37:40 +10:00