1
Fork 0
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:
Andreas Kling 2020-05-01 23:26:32 +02:00
parent bb7eb3e104
commit d847304cb9
6 changed files with 18 additions and 0 deletions

View file

@ -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,