mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
LibGUI+WindowServer: Add option to hide a widow's close button
This allows windows to be closed only programatically, and not from e.g. the user clicking the X button on the window frame.
This commit is contained in:
parent
8a57885494
commit
176155c695
8 changed files with 29 additions and 7 deletions
|
@ -32,6 +32,7 @@ endpoint WindowServer
|
|||
bool has_alpha_channel,
|
||||
bool modal,
|
||||
bool minimizable,
|
||||
bool closeable,
|
||||
bool resizable,
|
||||
bool fullscreen,
|
||||
bool frameless,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue