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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Services/WindowServer/Compositor.h b/Userland/Services/WindowServer/Compositor.h
index 01fb0e7b8e..01a1ac2612 100644
--- a/Userland/Services/WindowServer/Compositor.h
+++ b/Userland/Services/WindowServer/Compositor.h
@@ -76,6 +76,8 @@ public:
void did_construct_window_manager(Badge<WindowManager>);
+ const Gfx::Bitmap& front_bitmap_for_screenshot(Badge<ClientConnection>) const { return *m_front_bitmap; }
+
private:
Compositor();
void init_bitmaps();