aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/transaction.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-10-03 13:03:06 +0200
committerLibravatar GitHub <noreply@github.com>2018-10-03 13:03:06 +0200
commit06c214a800cab9119ae4b04371e3f6bbca8a0550 (patch)
treeeed325e37d02fa71858a33e71ef33961395dd16f /sway/desktop/transaction.c
parentMerge pull request #2755 from RyanDwyer/fix-tiling-criteria (diff)
parentRemove server-decoration assumption if view supports xdg-decoration (diff)
downloadsway-06c214a800cab9119ae4b04371e3f6bbca8a0550.tar.gz
sway-06c214a800cab9119ae4b04371e3f6bbca8a0550.tar.zst
sway-06c214a800cab9119ae4b04371e3f6bbca8a0550.zip
Merge pull request #2703 from RyanDwyer/csd-border
Add CSD to border modes
Diffstat (limited to 'sway/desktop/transaction.c')
-rw-r--r--sway/desktop/transaction.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/transaction.c b/sway/desktop/transaction.c
index 34d99d52..e717ee35 100644
--- a/sway/desktop/transaction.c
+++ b/sway/desktop/transaction.c
@@ -148,7 +148,6 @@ static void copy_container_state(struct sway_container *container,
148 state->border_left = view->border_left; 148 state->border_left = view->border_left;
149 state->border_right = view->border_right; 149 state->border_right = view->border_right;
150 state->border_bottom = view->border_bottom; 150 state->border_bottom = view->border_bottom;
151 state->using_csd = view->using_csd;
152 } else { 151 } else {
153 state->children = create_list(); 152 state->children = create_list();
154 list_cat(state->children, container->children); 153 list_cat(state->children, container->children);