mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
WindowServer+LibGUI: Add "frameless" window flag
This allows you to create windows with no title bar or window frame.
This commit is contained in:
parent
bb7eb3e104
commit
d847304cb9
6 changed files with 18 additions and 0 deletions
|
@ -100,6 +100,7 @@ void Window::show()
|
|||
m_minimizable,
|
||||
m_resizable,
|
||||
m_fullscreen,
|
||||
m_frameless,
|
||||
m_opacity_when_windowless,
|
||||
m_base_size,
|
||||
m_size_increment,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue