1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-18 08:16:14 +02:00

output: damage whole output when exiting scanout

This commit is contained in:
Ronan Pigott 2021-04-01 02:52:31 -07:00 committed by Simon Ser
parent db0d63313d
commit 62fbf33ce2

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;