sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 4afa18a0c03b37d92557ce9a1b6822d2acac13f7
parent 39534a1a614e911d4725a37b35208e4f347b6564
Author: emersion <contact@emersion.fr>
Date:   Wed,  4 Jul 2018 09:23:07 +0100

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

Fix focus related damage
Diffstat:
Msway/input/seat.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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