mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
parent
94322ea985
commit
18eeb3db87
Notes:
sideshowbarker
2024-07-18 08:45:49 +09:00
Author: https://github.com/tomuta Commit: https://github.com/SerenityOS/serenity/commit/18eeb3db87f Pull-request: https://github.com/SerenityOS/serenity/pull/8877 Issue: https://github.com/SerenityOS/serenity/issues/8869
1 changed files with 1 additions and 0 deletions
|
@ -1092,6 +1092,7 @@ void Compositor::recompute_occlusions()
|
|||
auto& visible_opaque = w.opaque_rects();
|
||||
auto& transparency_rects = w.transparency_rects();
|
||||
auto& transparency_wallpaper_rects = w.transparency_wallpaper_rects();
|
||||
w.affected_transparency_rects().clear();
|
||||
w.screens().clear_with_capacity();
|
||||
if (&w == fullscreen_window) {
|
||||
w.screens().append(&main_screen);
|
||||
|
|
Loading…
Reference in a new issue