mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
parent
182f9582d2
commit
863bc35399
3 changed files with 24 additions and 2 deletions
|
@ -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*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue