mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Merge pull request #2703 from RyanDwyer/csd-border
Add CSD to border modes
This commit is contained in:
commit
06c214a800
18 changed files with 301 additions and 142 deletions
|
|
@ -148,7 +148,6 @@ static void copy_container_state(struct sway_container *container,
|
|||
state->border_left = view->border_left;
|
||||
state->border_right = view->border_right;
|
||||
state->border_bottom = view->border_bottom;
|
||||
state->using_csd = view->using_csd;
|
||||
} else {
|
||||
state->children = create_list();
|
||||
list_cat(state->children, container->children);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue