1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:37:34 +00:00

WindowServer: Propagate theme change to the applet area

Fixes: #6056
This commit is contained in:
Dawid Wolosowicz 2021-04-04 20:22:45 +02:00 committed by Andreas Kling
parent 182f9582d2
commit 863bc35399
3 changed files with 24 additions and 2 deletions

View file

@ -52,7 +52,10 @@ public:
Window* window() { return m_window; }
const Window* window() const { return m_window; }
void did_change_theme();
private:
void repaint();
void draw_applet(const Window& applet);
void set_hovered_applet(Window*);