mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
WindowServer: Relayout window buttons immediately on theme change
This commit is contained in:
parent
3ee6ed965f
commit
e2f45a4b0e
3 changed files with 14 additions and 6 deletions
|
@ -53,6 +53,8 @@ public:
|
|||
|
||||
void did_set_maximized(Badge<Window>, bool);
|
||||
|
||||
void layout_buttons();
|
||||
|
||||
private:
|
||||
void paint_notification_frame(Gfx::Painter&);
|
||||
void paint_normal_frame(Gfx::Painter&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue