aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/transaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/transaction.c')
-rw-r--r--sway/desktop/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/transaction.c b/sway/desktop/transaction.c
index 2a89880a..ee7a0704 100644
--- a/sway/desktop/transaction.c
+++ b/sway/desktop/transaction.c
@@ -110,6 +110,7 @@ static void copy_pending_state(struct sway_container *container,
110 state->swayc_y = container->y; 110 state->swayc_y = container->y;
111 state->swayc_width = container->width; 111 state->swayc_width = container->width;
112 state->swayc_height = container->height; 112 state->swayc_height = container->height;
113 state->is_fullscreen = container->is_fullscreen;
113 state->has_gaps = container->has_gaps; 114 state->has_gaps = container->has_gaps;
114 state->current_gaps = container->current_gaps; 115 state->current_gaps = container->current_gaps;
115 state->gaps_inner = container->gaps_inner; 116 state->gaps_inner = container->gaps_inner;
@@ -122,7 +123,6 @@ static void copy_pending_state(struct sway_container *container,
122 state->view_y = view->y; 123 state->view_y = view->y;
123 state->view_width = view->width; 124 state->view_width = view->width;
124 state->view_height = view->height; 125 state->view_height = view->height;
125 state->is_fullscreen = view->is_fullscreen;
126 state->border = view->border; 126 state->border = view->border;
127 state->border_thickness = view->border_thickness; 127 state->border_thickness = view->border_thickness;
128 state->border_top = view->border_top; 128 state->border_top = view->border_top;