mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 18:31:13 +00:00
parent
94322ea985
commit
18eeb3db87
Notes:
sideshowbarker
2024-07-18 08:45:49 +09:00
Author: https://github.com/tomuta
Commit: 18eeb3db87
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& visible_opaque = w.opaque_rects();
|
||||||
auto& transparency_rects = w.transparency_rects();
|
auto& transparency_rects = w.transparency_rects();
|
||||||
auto& transparency_wallpaper_rects = w.transparency_wallpaper_rects();
|
auto& transparency_wallpaper_rects = w.transparency_wallpaper_rects();
|
||||||
|
w.affected_transparency_rects().clear();
|
||||||
w.screens().clear_with_capacity();
|
w.screens().clear_with_capacity();
|
||||||
if (&w == fullscreen_window) {
|
if (&w == fullscreen_window) {
|
||||||
w.screens().append(&main_screen);
|
w.screens().append(&main_screen);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue