aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index a934d4a8..6c5abcd8 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -663,7 +663,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
663 } 663 }
664 664
665 seat_send_focus(container, seat); 665 seat_send_focus(container, seat);
666 container_damage_whole(container); 666 container_damage_whole(container->parent);
667 } 667 }
668 668
669 // clean up unfocused empty workspace on new output 669 // clean up unfocused empty workspace on new output