1
Fork 0
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:
Andreas Kling 2020-07-25 13:34:43 +02:00
parent 3ee6ed965f
commit e2f45a4b0e
3 changed files with 14 additions and 6 deletions

View file

@ -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&);