summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WindowServer/Window.h')
-rw-r--r--Userland/Services/WindowServer/Window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Services/WindowServer/Window.h b/Userland/Services/WindowServer/Window.h
index 2eaa624985..2b94efa820 100644
--- a/Userland/Services/WindowServer/Window.h
+++ b/Userland/Services/WindowServer/Window.h
@@ -259,6 +259,8 @@ public:
bool has_taskbar_rect() const { return m_have_taskbar_rect; };
void start_minimize_animation();
+ void start_launch_animation(Gfx::IntRect const&);
+
Gfx::IntRect tiled_rect(Screen*, WindowTileType) const;
void recalculate_rect();