diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-04-01 02:52:31 -0700 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-04-01 02:52:31 -0700 |
| commit | d0d0cb6e80506c43db89d2b46d743476fa084dd9 (patch) | |
| tree | 4c1da6d5adb9ecc15ae9362fbe7396502d7d3e99 | |
| parent | 9b88b18e570063e9a4c48b147d5a7f2cfe45c02d (diff) | |
output: damage whole output when exiting scanout
(cherry picked from commit 62fbf33ce2a39373a5d122a99c04cc61272f122a)
| -rw-r--r-- | sway/desktop/output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c index cf4a9607..6d4f5342 100644 --- 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; |
