mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00:00
WindowServer+LibGUI: Implement minimizable property to windows
This commit is contained in:
parent
a641f4d213
commit
eab34a7de3
8 changed files with 46 additions and 8 deletions
|
@ -30,4 +30,5 @@ private:
|
|||
WSWindow& m_window;
|
||||
NonnullOwnPtrVector<WSButton> m_buttons;
|
||||
WSButton* m_maximize_button { nullptr };
|
||||
WSButton* m_minimize_button { nullptr };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue