summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowFrame.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-07-07 18:39:41 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-07 21:06:15 +0200
commit092e5b75ba42ff58c33e6457b0c481912544e377 (patch)
treef44ce1daa297dacf0f7d8897d80ee4f7e554017e /Userland/Services/WindowServer/WindowFrame.h
parentb180e154aa63ccc07e4273ae025262fb4bf456bf (diff)
downloadserenity-092e5b75ba42ff58c33e6457b0c481912544e377.zip
WindowServer: Add WindowFrame::invalidate_menubar() and use it
Clean up a FIXME about overly aggressive invalidation.
Diffstat (limited to 'Userland/Services/WindowServer/WindowFrame.h')
-rw-r--r--Userland/Services/WindowServer/WindowFrame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/WindowServer/WindowFrame.h b/Userland/Services/WindowServer/WindowFrame.h
index 03ed6ecb01..677e503cb0 100644
--- a/Userland/Services/WindowServer/WindowFrame.h
+++ b/Userland/Services/WindowServer/WindowFrame.h
@@ -70,6 +70,7 @@ public:
void window_rect_changed(const Gfx::IntRect& old_rect, const Gfx::IntRect& new_rect);
void invalidate_titlebar();
+ void invalidate_menubar();
void invalidate(Gfx::IntRect relative_rect);
void invalidate();