summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-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 74f1375e..85321dbe 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -649,6 +649,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
649 while (parent) { 649 while (parent) {
650 wl_list_remove(&parent->link); 650 wl_list_remove(&parent->link);
651 wl_list_insert(&seat->focus_stack, &parent->link); 651 wl_list_insert(&seat->focus_stack, &parent->link);
652 container_set_dirty(parent->container);
652 653
653 parent = 654 parent =
654 seat_container_from_container(seat, 655 seat_container_from_container(seat,