mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
output: damage whole output when exiting scanout
This commit is contained in:
parent
db0d63313d
commit
62fbf33ce2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user