aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index dd4d5c3b..6dd7cf7d 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -717,12 +717,8 @@ void seat_set_focus_warp(struct sway_seat *seat,
717 717
718 // If we've focused a floating container, bring it to the front. 718 // If we've focused a floating container, bring it to the front.
719 // We do this by putting it at the end of the floating list. 719 // We do this by putting it at the end of the floating list.
720 // This must happen for both the pending and current children lists.
721 if (container && container_is_floating(container)) { 720 if (container && container_is_floating(container)) {
722 list_move_to_end(container->parent->children, container); 721 list_move_to_end(container->parent->children, container);
723 if (container_has_ancestor(container, container->current.parent)) {
724 list_move_to_end(container->parent->current.children, container);
725 }
726 } 722 }
727 723
728 // clean up unfocused empty workspace on new output 724 // clean up unfocused empty workspace on new output