summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WindowServer/Compositor.h')
-rw-r--r--Userland/Services/WindowServer/Compositor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/WindowServer/Compositor.h b/Userland/Services/WindowServer/Compositor.h
index c05bc39997..cb3ba983b0 100644
--- a/Userland/Services/WindowServer/Compositor.h
+++ b/Userland/Services/WindowServer/Compositor.h
@@ -226,6 +226,7 @@ private:
IntrusiveList<&Overlay::m_list_node> m_overlay_list;
Gfx::DisjointIntRectSet m_overlay_rects;
+ Gfx::DisjointIntRectSet m_last_rendered_overlay_rects;
Gfx::DisjointIntRectSet m_dirty_screen_rects;
Gfx::DisjointIntRectSet m_opaque_wallpaper_rects;
Gfx::DisjointIntRectSet m_transparent_wallpaper_rects;