diff options
Diffstat (limited to 'Userland/Services/WindowServer/Window.h')
-rw-r--r-- | Userland/Services/WindowServer/Window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/WindowServer/Window.h b/Userland/Services/WindowServer/Window.h index 9debf465b3..02de18c0bd 100644 --- a/Userland/Services/WindowServer/Window.h +++ b/Userland/Services/WindowServer/Window.h @@ -179,7 +179,7 @@ public: Gfx::IntSize size() const { return m_rect.size(); } - void invalidate(bool with_frame = true); + void invalidate(bool with_frame = true, bool re_render_frame = false); void invalidate(const Gfx::IntRect&, bool with_frame = false); bool invalidate_no_notify(const Gfx::IntRect& rect, bool with_frame = false); |