1
1
mirror of https://github.com/swaywm/sway synced 2024-11-18 00:24:17 +01:00

Merge pull request #2202 from RyanDwyer/fix-focus-damage

Fix focus related damage
This commit is contained in:
emersion 2018-07-04 09:23:07 +01:00 committed by GitHub
commit 4afa18a0c0
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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