mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
output: damage whole output when exiting scanout
(cherry picked from commit 62fbf33ce2)
This commit is contained in:
parent
8a49a296f6
commit
98696fa0e6
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue