mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
WindowServer: Allow changing frameless state after a window is created
This commit is contained in:
parent
368fe0f7f8
commit
1c31bcb24e
7 changed files with 39 additions and 2 deletions
|
@ -58,7 +58,7 @@ public:
|
|||
bool is_maximized() const;
|
||||
|
||||
bool is_frameless() const { return m_frameless; }
|
||||
void set_frameless(bool frameless) { m_frameless = frameless; }
|
||||
void set_frameless(bool);
|
||||
|
||||
bool is_resizable() const { return m_resizable; }
|
||||
void set_resizable(bool resizable) { m_resizable = resizable; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue