aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-07-04 09:23:07 +0100
committerGitHub <noreply@github.com>2018-07-04 09:23:07 +0100
commit4afa18a0c03b37d92557ce9a1b6822d2acac13f7 (patch)
tree46192afbb39d7d42a40b6a84a80e370ae55f6f87 /sway
parent39534a1a614e911d4725a37b35208e4f347b6564 (diff)
parent0bd41a0daecfb2da34ea52f6a46b9fc0d162a47a (diff)
Merge pull request #2202 from RyanDwyer/fix-focus-damage
Fix focus related damage
Diffstat (limited to 'sway')
-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,
}
seat_send_focus(container, seat);
- container_damage_whole(container);
+ container_damage_whole(container->parent);
}
// clean up unfocused empty workspace on new output