sway

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

commit 62fbf33ce2a39373a5d122a99c04cc61272f122a
parent db0d63313dec8a3036d06ef9a69271bac6bfa531
Author: Ronan Pigott <rpigott@berkeley.edu>
Date:   Thu,  1 Apr 2021 02:52:31 -0700

output: damage whole output when exiting scanout

Diffstat:
Msway/desktop/output.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/desktop/output.c b/sway/desktop/output.c @@ -553,6 +553,7 @@ static int output_repaint_timer_handler(void *data) { if (last_scanned_out && !scanned_out) { sway_log(SWAY_DEBUG, "Stopping fullscreen view scan out on %s", output->wlr_output->name); + output_damage_whole(output); } last_scanned_out = scanned_out;