output: damage whole output when exiting scanout

(cherry picked from commit 62fbf33ce2)
This commit is contained in:
Ronan Pigott 2021-04-01 02:52:31 -07:00 committed by Simon Ser
parent 8a49a296f6
commit 98696fa0e6

View file

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