summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/input/seatop_resize_tiling.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/input/seatop_resize_tiling.c b/sway/input/seatop_resize_tiling.c
index 0dfafbd0..05be6e70 100644
--- a/sway/input/seatop_resize_tiling.c
+++ b/sway/input/seatop_resize_tiling.c
@@ -107,6 +107,9 @@ static void handle_unref(struct sway_seat *seat, struct sway_container *con) {
107 if (e->con == con) { 107 if (e->con == con) {
108 seatop_begin_default(seat); 108 seatop_begin_default(seat);
109 } 109 }
110 if (e->h_sib == con || e->v_sib == con) {
111 seatop_begin_default(seat);
112 }
110} 113}
111 114
112static const struct sway_seatop_impl seatop_impl = { 115static const struct sway_seatop_impl seatop_impl = {