mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
WindowManager: Restore a window's geometry when untiling it
Specifically, when untiling it using the Super-{Left,Right} shortcuts Fixes #5182
This commit is contained in:
parent
c0e88b9710
commit
e625ae1130
3 changed files with 15 additions and 7 deletions
|
@ -110,7 +110,7 @@ public:
|
|||
|
||||
WindowTileType tiled() const { return m_tiled; }
|
||||
void set_tiled(WindowTileType);
|
||||
bool set_untiled(const Gfx::IntPoint& fixed_point);
|
||||
bool set_untiled(Optional<Gfx::IntPoint> fixed_point = {});
|
||||
|
||||
bool is_occluded() const { return m_occluded; }
|
||||
void set_occluded(bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue