1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:37:43 +00:00

WindowServer: Don't repaint entire menubar on applet update

This commit is contained in:
Andreas Kling 2019-12-30 01:18:38 +01:00
parent 8fd7f3d9fa
commit 00d26457c5
3 changed files with 7 additions and 3 deletions

View file

@ -115,6 +115,7 @@ public:
Size size() const { return m_rect.size(); }
void invalidate();
void invalidate(const Rect&);
virtual void event(CEvent&) override;