mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
WindowServer: Add WindowFrame::invalidate_menubar() and use it
Clean up a FIXME about overly aggressive invalidation.
This commit is contained in:
parent
b180e154aa
commit
092e5b75ba
3 changed files with 7 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue