mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
WindowServer: Make it possible to turn off window title bars (#88)
Also, Launcher now does not use titlebars. Only check if titlebar should be shown if the window type works with that.
This commit is contained in:
parent
cb9134a2ca
commit
957f8b84f2
9 changed files with 54 additions and 11 deletions
|
@ -265,6 +265,7 @@ struct WSAPI_ClientMessage {
|
|||
bool modal;
|
||||
bool resizable;
|
||||
bool fullscreen;
|
||||
bool show_titlebar;
|
||||
WSAPI_WindowType type;
|
||||
float opacity;
|
||||
WSAPI_Size base_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue