mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:07:43 +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
|
@ -20,6 +20,7 @@ endpoint WindowServer = 2
|
|||
Rect rect,
|
||||
bool has_alpha_channel,
|
||||
bool modal,
|
||||
bool minimizable,
|
||||
bool resizable,
|
||||
bool fullscreen,
|
||||
bool show_titlebar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue