summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WindowServer/WindowFrame.h')
-rw-r--r--Userland/Services/WindowServer/WindowFrame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Userland/Services/WindowServer/WindowFrame.h b/Userland/Services/WindowServer/WindowFrame.h
index ee7f3f55a5..b35143378b 100644
--- a/Userland/Services/WindowServer/WindowFrame.h
+++ b/Userland/Services/WindowServer/WindowFrame.h
@@ -54,6 +54,7 @@ public:
Gfx::IntRect rect() const;
Gfx::IntRect render_rect() const;
+ Gfx::IntRect unconstrained_render_rect() const;
Gfx::DisjointRectSet opaque_render_rects() const;
Gfx::DisjointRectSet transparent_render_rects() const;
@@ -131,6 +132,8 @@ private:
Gfx::WindowTheme::WindowState window_state_for_theme() const;
String computed_title() const;
+ Gfx::IntRect constrained_render_rect_to_screen(const Gfx::IntRect&) const;
+
Window& m_window;
NonnullOwnPtrVector<Button> m_buttons;
Button* m_close_button { nullptr };