summaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 7058cc92..12b1fab5 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -655,6 +655,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
655 while (parent) { 655 while (parent) {
656 wl_list_remove(&parent->link); 656 wl_list_remove(&parent->link);
657 wl_list_insert(&seat->focus_stack, &parent->link); 657 wl_list_insert(&seat->focus_stack, &parent->link);
658 container_set_dirty(parent->container);
658 659
659 parent = 660 parent =
660 seat_container_from_container(seat, 661 seat_container_from_container(seat,